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
Radar WebKit Bug Importer
Comment 1 2021-06-18 01:38:42 PDT
serakeri
Comment 2 2022-08-01 15:56:58 PDT
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.