What fresh hell is THIS now? - Patrick Lauke
I heard you were dead Heydon
<time datetime="2016-03-10">My birthday!</time>
. Should it announce it as “My birthday!”, or “March 10, 2016, My Birthday!”, or …
It just reads out the actual value: 2016/03/10.
div
based stuff.
<abbr>
tag, its title attribute, and how to best accommodate screenreaders
<abbr>
with the full word as the title attribute in conjunction with voiceover seems to be problematic (as already documented)
<abbr>
tag's title attribute is.
Hi everyone,
Quick question... I've been looking at the invert
value that can be used for CSS outline-color
property. According to the documentation for this on MDN browser support is extremely poor. https://developer.mozilla.org/en-US/docs/Web/CSS/outline-color#Browser_compatibility
According to the spec this is due to the caveat :
Conformant UAs may ignore the 'invert' value on platforms that do not support color inversion of the pixels on the screen. If the UA does not support the 'invert' value then the initial value of the 'outline-color' property is the value of the 'color' property, similar to the initial value of the 'border-top-color' property.
Does anyone know more about this? What would be limiting adoption on certain browsers, why they would not wish to implement the feature etc?
It seems like something incredibly useful to me.