<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>226915</bug_id>
          
          <creation_ts>2021-06-11 01:37:30 -0700</creation_ts>
          <short_desc>Implement spec change: HTML parser: handle &lt;/br&gt; and &lt;/p&gt; in SVG</short_desc>
          <delta_ts>2022-08-01 16:03:37 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>243331</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Pieters (:zcorpan)">zcorpan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>serakeri</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1768892</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Pieters (:zcorpan)">zcorpan</who>
    <bug_when>2021-06-11 01:37:30 -0700</bug_when>
    <thetext>See https://github.com/whatwg/html/pull/6736

Demo: &lt;svg&gt;&lt;/p&gt;&lt;foo&gt;
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 &lt;p&gt; is a sibling of &lt;svg&gt;, not a child, and &lt;foo&gt; is an HTML element, not an SVG element.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1770960</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-06-18 01:38:42 -0700</bug_when>
    <thetext>&lt;rdar://problem/79495301&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1888243</commentid>
    <comment_count>2</comment_count>
    <who name="">serakeri</who>
    <bug_when>2022-08-01 15:56:58 -0700</bug_when>
    <thetext>This seems to have been fixed by https://commits.webkit.org/252940@main (https://bugs.webkit.org/show_bug.cgi?id=243331)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1888245</commentid>
    <comment_count>3</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-08-01 16:03:37 -0700</bug_when>
    <thetext>Indeed, thank you.

*** This bug has been marked as a duplicate of bug 243331 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>