Šime Vidas
Šime Vidas
Phantomas looks good. It'd make sense to record a quick screencast showing typical usage and stuff like that. You could then link to this video in the README.
If I’ve read the code correctly, multiple `setInterval` timers are created (one per image). Could this be optimized? I’m not sure if this is a micro-optimization, but I don’t like...
URL being validated or code to reproduce error: https://webplatform.news ``` Error: CSS: aspect-ratio: 1 is not a aspect-ratio value. At line 106, column 17 aspect-ratio: 1;↩}↩↩/* MAIN * ``` Link...
Leaving out `type="html"` causes [XML parsing](https://github.com/developit/preact-markup/blob/master/src/parse-markup.js#L12-L19), which breaks when the markup contains empty HTML elements that aren’t self-closed, e.g. ``, ``, ``. This is especially problematic if the markup was...
Jeremy Keith has written about an accessible content toggle on his blog - https://adactio.com/journal/10365; it’s almost the same approach as a11y-toggle, _except_ that he also adds `tabindex="-1"` to the content...
About user activation: https://html.spec.whatwg.org/multipage/interaction.html#tracking-user-activation Web developers might find it useful if there was a page on MDN that lists all the web APIs that can only be called in response...
Steps to reproduce: 1. Open Firefox release on macOS 2. Navigate to https://developer.chrome.com/en/blog/progress-in-the-privacy-sandbox-2022-06/ 3. Press Tab repeatedly until the Table of contents is focused 4. Press Space What happened: The...
Instead of just throwing an error in the browser’s console, consider showing in the site’s UI that an error occurred; e.g. when the user clicks on a button which causes...
When I click on one of the cards and then navigate back to the start page, the scroll position is reset to the top of the page. This is a...
**URL**: https://godly.website/ **Browser / Version**: Firefox 105.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Safari **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**:...