[Webkit-unassigned] [Bug 226915] New: Implement spec change: HTML parser: handle </br> and </p> in SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 01:37:30 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226915

            Bug ID: 226915
           Summary: Implement spec change: HTML parser: handle </br> and
                    </p> in SVG
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon at bocoup.com

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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210611/4dfc7f2e/attachment.htm>


More information about the webkit-unassigned mailing list