Open dd8 opened 4 years ago
i'd say add a note to F4 with a condensed explanation that in practice this is not a failure anymore, but the example could be kept around for historical reasons? also, not sure i ever think of failure techniques "triggering" a failure, more that they're common examples/exemplars of something that fails a particular SC...but perhaps that's splitting semantic hairs.
I wasn't 100% sure about Opera Mini, but seems like it's never supported blink
(or any other animation) since it pre-renders on server:
https://dev.opera.com/articles/opera-mini-content-authoring-guidelines/#image-animation-video
If an element references a style with
text-decoration: blink
F4 triggers a failure of SC 2.2.2 https://www.w3.org/WAI/WCAG21/Techniques/failures/F4.htmlBut no current browsers support
text-decoration: blink
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration#Browser_compatibilityThe last browsers to support
text-decoration: blink
were:The CSS 2.1 recommendation suggested that conforming user agents should not support blink:
https://www.w3.org/TR/CSS2/text.html#lining-striking-props
There are still ways to simulate blink using CSS animations: https://gist.github.com/mugifly/5099109