WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 243331
226915
Implement spec change: HTML parser: handle </br> and </p> in SVG
https://bugs.webkit.org/show_bug.cgi?id=226915
Summary
Implement spec change: HTML parser: handle </br> and </p> in SVG
Simon Pieters (:zcorpan)
Reported
2021-06-11 01:37:30 PDT
See
https://github.com/whatwg/html/pull/6736
Demo: <svg></p><foo>
http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=9362
Actual result: - html html - html head - html body - svg svg - html p - svg foo Expected result: - html html - html head - html body - svg svg - html p - html foo (i.e. the <p> is a sibling of <svg>, not a child, and <foo> is an HTML element, not an SVG element.)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-06-18 01:38:42 PDT
<
rdar://problem/79495301
>
serakeri
Comment 2
2022-08-01 15:56:58 PDT
This seems to have been fixed by
https://commits.webkit.org/252940@main
(
https://bugs.webkit.org/show_bug.cgi?id=243331
)
Chris Dumez
Comment 3
2022-08-01 16:03:37 PDT
Indeed, thank you. *** This bug has been marked as a duplicate of
bug 243331
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug