What fresh hell is THIS now? - Patrick Lauke
role=log
on the list of messages, and also tried aria-live="assertive" aria-relevant="additions"
but neither can prevent the user 'losing' messages while typing in the chat message bar
role=log
otherwise work very well
aria-busy
based on that so I buffer incoming messages, but still
<button>
and not wrapping user input elements in <form>
lately. Iāve even seen that in the React docs. Am I crazy or is that just plain wrong? AFAIK user input should always be wrapped in a <form>
so you can leverage the HTML5 form validation API and also to support any assistive tech that taps into the form submit process
<form>
?
<noscript>
tag that says please come back with js turned on
<fieldset>
as a React component https://github.com/jpdevries/matboard/blob/gh-pages/labs/resource-edit/_build/js/view/resourceeditform.js#L422
<thead>
as opposed to a <tr>
with <th>
in it?
[alexlande] Hey all, something that Iāve been curious about lately is color contrast. Often when I work with designers they recoil in horror at how far from WCAG 2 conformance their color schemes are. It doesnāt help that so many popular sites donāt even remotely have enough contrast.
Iāve read the spec and it seems pretty clear to meā logos, decorative text, and inactive UI controls donāt require minimum contrast, but everything else does. That said, I was reading the a11y project post about it (http://a11yproject.com/posts/what-is-color-contrast) which has this quote:
W3C states that itās not always possible to reach the AAA level of conformance across entire sites. So the goal is to get the highest level you can where it counts.
Are there times when you donāt need to meet contrast? Is it extremely important for long portions of text and less so for UI controls? Or is it just not prioritized enough and the web needs a whole lot more contrast in general?
[karlgroves] >Would it be useful to me a
Would what be useful?
role=sleep