MicrosoftEdge / Demos-old

Open source and interoperable demos for Microsoft Edge Dev site
https://dev.windows.com/en-us/microsoft-edge/testdrive/
Other
438 stars 268 forks source link

Twillo: Timer not hidden from screen reader in default hidden state #324

Closed dstorey closed 7 years ago

dstorey commented 7 years ago

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/twilioortc/

<div id="timer" class="disabled">0:00</div>

it is hidden with opacity and left: -80px; It is still in the a11y tree and is read by the screen reader as 0:00 with no context.

Fix:

alrra commented 7 years ago

@dstorey @sarvaje This demo is external, namely, it's from https://twilio-ahoy.herokuapp.com/edge-ortc.

dstorey commented 7 years ago

Might be one that @ShijunS was involved with.