David Storey

Results 145 issues of David Storey

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/audiomixer/ * Sliders like volume use small rather than a label * Switches to turn on track don't have any text * Ranges inside those tracks don't have labels (actually...

a11y

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/css3filters/ They're currently label-less. The text around them are CODE elements. Need to think about how to fix this as there is text either side of the input. It should...

a11y

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/microphone/ Pressed state is visually changed by adding a class. It needs to inform the accessibility tree that the state has changed to the pressed state. I believe (off the...

a11y

* play button is an empty div. Should be a button (another bug on that) with a textNode label or a aria-label="play" for example. * The Progress bar under the...

a11y

There are a couple of mistakes that lead to the text fields not having labels: * The voice, volume, and rate labels use a for attribute with a prefixless ID...

Looks like the table behind the various rows is fixed height, so the controls break out the parent box, and overlaps the text below.

a11y

There is a rule in the accessibility guidelines about being able to pause sound (mostly for screen reader use), but also in this case the demo doesn't really work without...

a11y

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/audiomixer/ Only the text inputs have focus styles so it is impossible to know where one is. They do work correctly with the keyboard if you guess which control you...

a11y

https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/dolbyaudioexperience/ Focus color Is invert (I think) which should be enough to make it show up, but in this case with image background, that decision looks like it isn't working...

a11y

CaptionMaker is back! Thanks @molant! https://dev.microsoftedge.com/demos/captionmaker/ While it still works fine, it would be great to update it to fit in with the rest of the site, and any improvements...