What fresh hell is THIS now? - Patrick Lauke
hi @philwolstenholme:
forcing screen readers to read a date in an explicit format/order
There are no methods that I know of
role
should be for a dropdown list (<select/>
replacement)
<ul>
containing all the options (the popup) already has that role
combobox
fine to use?
@monatic.panic :point_up: Earlier I asked:
When should one use
[role=textbox aria-autocomplete=list]
vs[role=combobox aria-autocomplete=list]
?
<div role=combobox>
<input role="textbox">
<ul role=listbox>...</ul>
</div>
aria-disabled
aria-hidden=false
, i could remove it altogether
aria-hidden=true
, all children are hidden
<template>
in IE, but you’d probably be using a polyfill anyways so ¯_(ツ)_/¯
aria-hidden
separate from display: none
viewportWidth