Michael added a comment.

  In T265245#6637658 <https://phabricator.wikimedia.org/T265245#6637658>, 
@Ladsgroup wrote:
  
  > There's an a11y issue with the current design, the a11y tests is now 
failing 
(https://github.com/wmde/query-builder/pull/33/checks?check_run_id=1432756100):
  >
  > [...]
  >
  > The drop down needs to have a label.
  
  We probably want to give it a label that is visible only to screen readers. 
Bootstrap solves this with a screen-reader only class:
  
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        border: 0;
    }
  
  I thought we had something like that in bridge, but can't find it now.

TASK DETAIL
  https://phabricator.wikimedia.org/T265245

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Michael, Ladsgroup, Lydia_Pintscher, Aklapper, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to