Simon Pieters
Simon Pieters
https://slides.com/maximtsoy/the-zen-of-cookies might help; in particular [slide 30](https://slides.com/maximtsoy/the-zen-of-cookies#/30) (cc @muodov)
You can use triple backtick (\`\`\`) for code blocks in GitHub: ``` A B C D ``` > My questions are: According to the spec it states "Let node be...
What I'm trying to say is that if you have this ```html foo bar ``` then it's not allowed to omit the `` but if you have ```html foo bar...
In practice it's an FYI. If you read the spec strictly, it's about conformance, but you need to wear the ultra-pedantic glasses to see it.
Not tested yet: - [x] "concrete object size ignoring natural dimensions" width change is a relevant mutation - [x] loading attribute state change is a relevant mutation - [x] "being...
I'll be off work between now and August 8. I can continue working on this then.
OK everything I was planning to test is now done. @yoavweiss PTAL
Yeah this was a test bug. Thanks for fixing!
The tests should be added to this repository (in `html/infrastructure/common-microsyntaxes/rules-for-parsing-a-legacy-colour-value/`), and converted to use `testharness.js`. See https://web-platform-tests.org/writing-tests/testharness-tutorial.html
Is there a recommendation here? Should we specify what Chromium does? It is evidently web compatible (at least for Chromium-based browsers) to expose `window.TouchEvent` always. It also seems more flexible...