HTML parser: handle </br> and </p> in SVG#6736
Merged
Conversation
zcorpan
added a commit
to html5lib/html5lib-tests
that referenced
this pull request
Jun 4, 2021
Member
Author
Collaborator
|
I think that's right. In Chromium, |
Member
Author
|
For #6455, yes. This PR is about these cases: should produce:
and should produce:
|
Collaborator
|
Thanks. I can confirm that behavior in Chromium also. 😄 |
Member
Author
|
This matches Gecko as well for the non-fragment case. (The fragment case is different because Gecko doesn't yet implement #6399 + #6455.) cc @hsivonen @gsnedders does this comment #5113 (comment) indicate implementer interest for WebKit? |
Ms2ger
pushed a commit
to html5lib/html5lib-tests
that referenced
this pull request
Jun 11, 2021
Closed
domenic
approved these changes
Jun 23, 2021
Member
domenic
left a comment
There was a problem hiding this comment.
Simon, should we merge this? Aligning the spec with 2/3 implementations seems good!
Member
Author
|
I think it's good to merge, yeah |
fb55
added a commit
to inikulin/parse5
that referenced
this pull request
Mar 13, 2022
The behaviour for parsing foreign content was updated in whatwg/html#6455 and whatwg/html#6736. This catches us up to the current specced behaviour.
syjer
added a commit
to digitalfondue/jfiveparse
that referenced
this pull request
Mar 13, 2022
syjer
added a commit
to digitalfondue/jfiveparse
that referenced
this pull request
Mar 13, 2022
* initial work for updating parser to latest test: fix search * update to spec whatwg/html#6736 * fix .dat parsing logic * test against lts
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.
Fixes #5113.
(See WHATWG Working Mode: Changes for more details.)
/parsing.html ( diff )