What fresh hell is THIS now? - Patrick Lauke
role
though. Thanks for bringing it up.
presentation
would be more appropriate?
@garcialo sez
@cordelia https://www.w3.org/TR/html-markup/syntax.html#syntax-attr-empty
role=drinks
Steve I thought you were a bogan
thats a slur peddled by brucel
alt
with no value
git rename origin jedi && git push --force jedi master
<head> <style> :root { --pen-colour: royalblue; } </style> </head> <body> <p>The pen is <font color="var(--pen-colour)">rr-r-r-r-r-blue</font>, the pen is <font color="var(--pen-colour)">blue</font>!</p> </body>
style="color:var(--pen-colour)"
?
<body hidden>
An attempted explanation (that is probably a guess is)
The word [atom] originally meant "the smallest unbreakable single unit", so aria-atomic would mean "everything in this aria-atomic box is a single unbreakable unit."
width: 600px; width: calc(90% - 20px)
display:table
for everything
flex
in combination with 'older' styling methods
@supports (display: flex)
@supports
needs to be supported?
@media bottle and (min-abv: 40%)
and (min-cl: 20)
heart
is a builtin?
aria-labelledby
question?
aria-labelledby
doesn't do this
aria-labelledby
aria-hidden=true
to mimic the native <label>
behaviour?
font
tag. Fetch me my gun Alfred, that there's a rare one!
You could
<x-label id="baz">Zomg!</x-label><x-fakeInput is="input" name="foo" aria-labelledby="baz">, that should work.