Demos-old icon indicating copy to clipboard operation
Demos-old copied to clipboard

Open source and interoperable demos for Microsoft Edge Dev site

Results 33 Demos-old issues
Sort by recently updated
recently updated
newest added

* 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...

Using Chrome 51.0.2704.79 m on a Surface Pro 4, I'm not able to access the rear camera. When clicking on the "switch camera" button I get the following JS error,...

Steps to reproduce: 1) Navigate to https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/eme/ in Firefox. 2) In the list of videos on the left, click any video that's not the currently-selected one. Actual results: A message...

Although an earlier version of the HTML spec allowed for picture to have an implicit 100vw value for sizes, whenever you use -w syntax, sizes are now mandatory to be...