Mathias Bynens
Mathias Bynens
Reproduction steps 1. Log out 1. Open e.g. `https://devwebfeed.appspot.com/admin/stats?author=Mathias%2BBynens` 1. Go through the login flow Expected result: You’re now at `https://devwebfeed.appspot.com/admin/stats?author=Mathias%2BBynens`. Actual result: You’re now at `https://devwebfeed.appspot.com/admin/stats?author%3DMathias%2BBynens`. Note how the...
Any chance you’d be willing to upload this to https://addons.opera.com/en/developer/upload/, so that Opera users can enjoy your extension too? You probably don’t even have to change the code. cc @shwetank
According to [WCAG’s Success Criterion 1.4.3](https://w3c.github.io/wcag/21/guidelines/#contrast-minimum), text should have a contrast ratio of at least `4.5`, while large text (which starts at around `24px` or `18.67px` bold) should have a...
[low-pri] Reported attribute selector specificity depends on whether or not the selector is closed
Awesome project and blog post! I look forward to your Almanac research and its results 👍 What follows is likely not common usage, and not observable in pure CSS, but...
…so the README can be updated.
If anyone has access to such an old Safari version (I don’t), I’d appreciate it if you could clone this repo, run `npm install, npm install http-server -g; npm test`,...
`/tests/quirks-mode.html` in Firefox 3.5: “After switching to standards mode in a non-frameset document, the scrolling element is supposed to be `HTML`” consistently fails. `/tests/standards-mode.html` in Firefox 3.5: “After switching to...
As @zcorpan says, maybe they’re flaky because the tests run before the `iframe` has loaded?
Most of the site’s body text is grey on a white background. The contrast could be increased to make things a little more readable. Have you considered using black text...