What fresh hell is THIS now? - Patrick Lauke
[karlgroves] http://www.timeanddate.com/worldclock/converter.html
Yes, the one from CSUN
[juryjowns] I have a markup question. I’m creating a quiz for people to take. Only one question at a time shows, and they’re marked up like this:
`\
<form>
<fieldset>
</fieldset>
</form>
[aria-hidden="false"]
on an element that also had [hidden]
, one would expect it to be announced?
[scottohara] i wouldn’t think aria-hidden would override hidden.
as browsers that fully support [hidden] both make it invisible to AT & visually.
by putting an aria-hidden=“false” on that, even if it did override the [hidden], without additional CSS, it’d only override it being announced to the AT and not visually, and that’d be less than ideal
[hidden]
to take precedence over aria-hidden
as well. I’d expect the same for [disabled]
vs aria-disabled
, etc
[hidden]
element [aria-hidden=“false”]
?
[robdodson] quick question, do folks have a specific way of referencing this doc: https://www.w3.org/TR/mobile-accessibility-mapping/
Would you call it something like "WCAG for mobile" or the "WCAG to mobile mapping" or is it still just considered to be part of WCAG