What fresh hell is THIS now? - Patrick Lauke
Are the dpub ARIA roles supported in modern day browsers?
not yet AFAIK
role=door
example too.
<svg aria-role="presentation">
be a good way to indicate an SVG is only used as decoration?
<img alt="">
.
Would
<svg aria-role="presentation">
be a good way to indicate an SVG is only used as decoration?
doesn't work like that as <svg> is a container element that can contain indvidual images
Figure 1. by using role=presentation on the child elements of the svg element, the role of the nested graphics can be hidden.
<img src="nose-pickering.svg" alt="">
would be the best solutions.
fill: currentColor
=(
what about aria-hidden?
https://gitter.im/w3c/a11ySlackers?at=568fde2aa24f18cc0eae0b6a
<img src="test.svg" alt="">
in Chrome: Missing value for accessibilityTitle, accessibilityLabel, or accessibilityTitleUIElement
This is a rare find.
Kate's place is usually booked.
aria-live=assertive
on the body O_o
s/no/yes/
=P
This quote from @estelle seems to fit the ABN situation:
To err is human. To really fuck things up requires JavaScript.