Simon Pieters

Results 719 comments of Simon Pieters

I ran this query in HTTP Archive. 0 results. ``` SELECT * FROM ( SELECT page, url, REGEXP_EXTRACT(body, r'(createImageBitmap\([^,\)]+,\s*{\s*imageOrientation\s*:\s*["\']none["\'])') AS match FROM `httparchive.response_bodies.2022_06_09_mobile`) WHERE match IS NOT NULL ``` (I...

If the breakage seems manageable right now, I think a more aggressive approach could actually be less risk because there's less time between now and the desired end state in...

@junov I see a [commit](https://github.com/junov/html/commit/03aec085d76295e54540a9f819ea4a115f741f29) but no PR. Did you mean to open a PR?

@Parthmahajan29 submit a pull request: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

Hmmm, actually I think the current spec may be correct. If the image is completely available, it will be in the "list of available images", and so step 6.3.7.1 restarts...

Here's a demo (with a [local `wpt serve` running](https://web-platform-tests.org/running-tests/from-local-system.html)): ``` data:text/html,

It's in the spec because it's something all browsers do.

Right, setting `src` while an animated image is still being loaded is an edge case where browsers disagree.

> But perhaps we should seize the opportunity while usage is still low. I think so!