You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm working on a report using markdown and crosstalk. In an effort to make the report useable for differently abled users, we are looking at high-accessibility features. It was brought to my attention that it would be easier for people dyslexia and dyspraxia if making a selection added some text below specifying what has happened, for example:
Instead of:
We could have something like:
I have drawn the new text as a control, but it can be a modal popup, or part of the filter_select itself. It shouldn't be an on-hover property of the filter_select becuase title apparently isn't legible to screen-readers.
The other option I was considering is adding another object that can then be filtered by the filter_select, but then we have the problem that the default status shows all values.
Last case scenario is adding a clarifying note about what the filter_select will do in general, without changing to show the active selection... which is the low-tech but inferior option.
The text was updated successfully, but these errors were encountered:
Hi! I'm working on a report using markdown and crosstalk. In an effort to make the report useable for differently abled users, we are looking at high-accessibility features. It was brought to my attention that it would be easier for people dyslexia and dyspraxia if making a selection added some text below specifying what has happened, for example:
Instead of:
We could have something like:
I have drawn the new text as a control, but it can be a modal popup, or part of the
filter_select
itself. It shouldn't be an on-hover property of thefilter_select
becuasetitle
apparently isn't legible to screen-readers.The other option I was considering is adding another object that can then be filtered by the
filter_select
, but then we have the problem that the default status shows all values.Last case scenario is adding a clarifying note about what the
filter_select
will do in general, without changing to show the active selection... which is the low-tech but inferior option.The text was updated successfully, but these errors were encountered: