Christian Heilmann
Christian Heilmann
I am testing on mobile devices a lot, so it would be good to email the results without having to remote debug that and copy it like this :)
j/k is mor for obvious lists than full-screen slides. The option would be to have a "scroll down" indicator or add left/right navigation to the slides. Also space to go...
The manifesto talks about accessibility but doesn't take the opportunity to use markup that has an effect on assistive technology.
You're defining the double in the last example as a const, however it gets changed on every application of the map. let would make more sense, wouldn't it?
The issues panel used to show colour contrast deficiencies [as documented here](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/accessibility/test-issues-tool#verify-that-text-colors-have-enough-contrast). If you go to [the test page now](https://microsoftedge.github.io/Demos/devtools-a11y-testing/), this information doesn't show up any longer. AB#44933278
Web sites make it increasingly harder to see full size pictures or watch videos in the browser-native player with controls and the option to save them. You can use Browser...
I just got this as a question in my talk at Goto Copenhagen. When you have an information popup that vanishes after a while in a page and you want...
As described in [this explainer document](https://github.com/MicrosoftEdge/DevTools/blob/main/explainers/InBrowserEmulation/explainer.md) the [device emulation and responsive design tools](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/device-mode/) should be available in the main browser window, without the need of DevTools being open at the...
Please refer to the [Explainer on Landmark Visualisation](https://github.com/MicrosoftEdge/DevTools/blob/main/explainers/LandmarksVisualisation/explainer.md) to discuss the implementation of this feature in Edge DevTools. As falsely reported by Sara Soueidan on Twitter[1] as already being part...
The Console in Firefox does autocompletion for brackets of all kind which makes it much faster to type JavaScript expressions without any errors. The Console in Edge does not. However,...