Skip to content

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Oct 21, 2025

Also modernize how algorithm flags are written.

Fixes #11812.

  • At least two implementers are interested (and none opposed):
    • This is a bug fix.
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/images.html ( diff )

Also modernize how algorithm flags are written.

Fixes #11812.
Copy link
Member

@domfarolino domfarolino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thanks. I like the introduction of the "internal" steps.

@domfarolino
Copy link
Member

It might be good to hold off landing this until we feel more comfortable with #11812 (comment), i.e., discovering whether or not implementations queue tasks or microtasks after a document becomes fully active, to continue to the image updating algorithm, and figure out if that's observable or not (I suspect it is).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

"update the image data" queues a microtask from "in parallel"

2 participants