Determine the initial state for fragment parsing using the scripting flag of the context element#629
Merged
jdm merged 2 commits intoservo:mainfrom Jun 26, 2025
Merged
Conversation
Contributor
Author
|
This is ready for review, but I'd rather wait until #623 before adding more breaking changes 😛 . Maybe we can make servo depend on the git version? Feels a bit silly to have effectively one breaking change per version release, but we need to sync servo for proper test coverage. |
7292ade to
9d91f77
Compare
mrobinson
approved these changes
Jun 26, 2025
…ontext element Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
9d91f77 to
cdf0f88
Compare
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
79a172a to
ca29835
Compare
Contributor
Author
|
I have included a commit to bump html5ever to 0.33. A version bump is necessary because this is a breaking change. servo/servo#37704 shows no WPT failures. Could someone with the necessary permissions merge this and then publish it to crates.io? |
Member
|
Published. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion PR for servo/servo#37704. Refer to that PR for a description of the change.
Fixes #579
This is a breaking change.