@@ -15080,7 +15080,7 @@ interface <dfn>HTMLStyleElement</dfn> : <span>HTMLElement</span> {
15080
15080
<li><p>If <var>element</var> has an <span>associated CSS style sheet</span>, <span
15081
15081
data-x="remove a CSS style sheet">remove the CSS style sheet</span> in question.</p></li>
15082
15082
15083
- <li><p>If <var>element</var>'s <span>root</span> is neither a <span data-x="concept-element-shadow-root" >shadow root</span> nor a
15083
+ <li><p>If <var>element</var>'s <span>root</span> is neither a <span>shadow root</span> nor a
15084
15084
<span>document</span>, then return.</p></li>
15085
15085
<!-- https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2740
15086
15086
Also, per https://github.com/w3c/webcomponents/issues/56 stylesheets should work in
@@ -54425,7 +54425,7 @@ MIT Room 32-G524
54425
54425
<p>A user agent prefilling a form control must not discriminate between form controls that are
54426
54426
<span>in a document tree</span> and those that are <span>connected</span>; that is, it is not
54427
54427
conforming to make the decision on whether or not to autofill based on whether the element's
54428
- <span>root</span> is a <span data-x="concept-element-shadow-root" >shadow root</span> versus a <code>Document</code>.</p>
54428
+ <span>root</span> is a <span>shadow root</span> versus a <code>Document</code>.</p>
54429
54429
54430
54430
<p>A user agent prefilling a form control's <span data-x="concept-fe-value">value</span> must not
54431
54431
cause that control to <span data-x="suffering from a type mismatch">suffer from a type
@@ -58489,7 +58489,7 @@ o............A....e
58489
58489
58490
58490
<li>
58491
58491
<p>If <var>scriptElement</var>'s <span>root</span> is <em>not</em> a
58492
- <span data-x="concept-element-shadow-root" >shadow root</span>, then set <var>document</var>'s <code
58492
+ <span>shadow root</span>, then set <var>document</var>'s <code
58493
58493
data-x="dom-document-currentScript">currentScript</code> attribute to
58494
58494
<var>scriptElement</var>. Otherwise, set it to null.</p>
58495
58495
@@ -72872,7 +72872,7 @@ END:VCARD</pre>
72872
72872
<li><p>If <var>element</var>'s parent is a <span>shadow host</span>, then return
72873
72873
<var>element</var>'s <span>assigned slot</span>.</p></li>
72874
72874
72875
- <li><p>If <var>element</var>'s parent is a <span data-x="concept-element-shadow-root" >shadow root</span>, then return the parent's
72875
+ <li><p>If <var>element</var>'s parent is a <span>shadow root</span>, then return the parent's
72876
72876
<span data-x="concept-DocumentFragment-host">host</span>.</p></li>
72877
72877
72878
72878
<li><p>If <var>element</var>'s parent is the <span>document element</span>, then return the
0 commit comments