-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify the HTML spec integration #721
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing this! Overall, looks great!
8889975
to
dacdd73
Compare
Rebased & reflected comments. @domenic just FYI for scripting part. While doing some new things (e.g. adding a "removed from the document" hook to script elements etc.), I expect this PR doesn't affect the semantics/mechanisms of scripts elements, as this PR doesn't process updated |
dacdd73
to
7639a01
Compare
7639a01
to
a24a068
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for rebasing and cleaning up.
The PR captures our intention well! (eg. Reusing webbundle resources in "remove, then add" case).
For the detail of script parts, especially consistency with other kinds of <script> elements, I would defer to @domenic.
I think it's fine to merge this at this point. Thanks! |
SHA: fcb50a7 Reason: push, by @hayatoito Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
web bundle fetch entry
that tracks fetching and reusing fetched bundles.source
andcredentials
are moved frombundle rule
, because they are associated with fetched bundles rather than rules.web bundle
toweb bundle registration
, to distinguish it more clearly fromweb bundle fetch entry
.Preview | Diff