What fresh hell is THIS now? - Patrick Lauke
:point_up: August 10, 2015 3:35 PM
A bug in Safari that has been fixed, still working its way into release version https://lists.w3.org/Archives/Public/public-pfwg/2015Aug/0024.html
Maybe a dumb question but
no dumb questions here, only dumb answers 😜
:placeholder-showing
and :focus
to make placeholders more usable - perhaps the placeholder could slide to the right, or something?
<input type=date>
- but my point still stands :simple_smile:
<div role='dialog'><div role='document'>...</div></div>
doesn't seem to announce anything when the dialog opens
is it ok to just omit the dialog from a modal, if I take care of everything else?
don't understand the question
aria-hidden=“true"
[estelle, a11y] is it aria-invalid that is boolean: if the attribute is present, AT will read it as "invalid", even if set to aria-invalid="false"?
no should not be
aria-invalid="false"
still reading the field as invalid. http://html.cita.illinois.edu/nav/form/aria/index.php?example=3 NVDA and FF
aria-invalid="false"
does work... If you look at the link in my previous post the first time you focus on the textfield it dose not read invalid but aria-invalid="false"
attribute is in the input
element
aria-invalid="false"
works as expected with NVDA and FF. Not sure what the difference is.