@@ -1837,17 +1837,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
1837
1837
run the corresponding <span>HTML element removing steps</span> given <var>removedNode</var> and
1838
1838
<var>oldParent</var>.</p></li>
1839
1839
1840
- <li>
1841
- <p>If <var>removedNode</var> is a <span>form-associated element</span> or the ancestor of a
1842
- <span>form-associated element</span>, then:</p>
1843
-
1844
- <ol>
1845
- <li><p>If the <span>form-associated element</span> has a <span>form owner</span> and the
1846
- <span>form-associated element</span> and its <span>form owner</span> are no longer in the same
1847
- <span>tree</span>, then <span>reset the form owner</span> of the <span>form-associated
1848
- element</span>.</p></li>
1849
- </ol>
1850
- </li>
1840
+ <li><p>If <var>removedNode</var> is a <span>form-associated element</span> with a non-null
1841
+ <span>form owner</span> and <var>removedNode</var> and its <span>form owner</span> are no longer
1842
+ in the same <span>tree</span>, then <span>reset the form owner</span> of
1843
+ <var>removedNode</var>.</p></li>
1851
1844
1852
1845
<li><p>If <var>removedNode</var>'s <code data-x="attr-popover">popover</code> attribute is not in
1853
1846
the <span data-x="attr-popover-none-state">No Popover</span> state, then run the <span>hide
@@ -1864,17 +1857,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
1864
1857
data-x="concept-element-local-name">local name</span>, then run the corresponding <span>HTML
1865
1858
element moving steps</span> given <var>movedNode</var>.</p></li>
1866
1859
1867
- <li>
1868
- <p>If <var>movedNode</var> is a <span>form-associated element</span> or the ancestor of a
1869
- <span>form-associated element</span>, then:</p>
1870
-
1871
- <ol>
1872
- <li><p>If the <span>form-associated element</span> has a <span>form owner</span> and the
1873
- <span>form-associated element</span> and its <span>form owner</span> are no longer in the same
1874
- <span>tree</span>, then <span>reset the form owner</span> of the <span>form-associated
1875
- element</span>.</p></li>
1876
- </ol>
1877
- </li>
1860
+ <li><p>If <var>movedNode</var> is a <span>form-associated element</span> with a non-null
1861
+ <span>form owner</span> and <var>movedNode</var> and its <span>form owner</span> are no longer in
1862
+ the same <span>tree</span>, then <span>reset the form owner</span> of
1863
+ <var>movedNode</var>.</p></li>
1878
1864
</ol>
1879
1865
1880
1866
<p>A <dfn id="insert-an-element-into-a-document" data-x="node is inserted into a document"
0 commit comments