Graphical Web, November 2016
Léonie Watson, TPG
Chaals McCathie Nevile, Yandex/Яндекс
tabindex
text
, title
, desc
use
, ARIA 1.0title
/ desc
font
- like webfontsbackground-image
img
alt
and longdesctitle
<title>…</title>
tabindex
** Sort of, most places…
Use onzoom
, currentScale
(nonscalable units may work one day)
Heating ice…
But labelling needs JS :(
Help people focus on what matters
Don't work in Safari ;(
tabindex
Navigable - soon in Mac Firefox?
text
path
title
and desc
title
is availabledesc
for the imageThis needs aria tagging :(
title
/desc
work<g aria-labelledby="mytitle"
aria-describedby="mydesc">
<title id="mytitle">Key component</title>
<desc id="mydesc">Pre-mixed tomato juice,
pepper, celery salt and chili</desc>
...
</g>
use
desc
in the definition<g id="aDef"><title id="def-title"…
[…]<use aria-labelledby="myName def-title"…> <title id="myName">Red
role="img"
for atomic stufftext
elements insiderole={list,listitem}
aria-live
and friendsrole="heading" aria-level={1…6}
role=
graphics-object
graphics-document
graphics-symbol
A preliminary proposal. Thinking, comments welcome…
Play with the github examples repo
title
, desc
mostly need aria
tabindex
works except Mac Firefoxclick
,
animate
with accesskey
are unreliable:aria-flowto
would be great. But mostly doesn't work