Skip to content

Commit 0067e75

Browse files
committed
Remove data-x for instance checks
1 parent 4a0617f commit 0067e75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15080,7 +15080,7 @@ interface <dfn>HTMLStyleElement</dfn> : <span>HTMLElement</span> {
1508015080
<li><p>If <var>element</var> has an <span>associated CSS style sheet</span>, <span
1508115081
data-x="remove a CSS style sheet">remove the CSS style sheet</span> in question.</p></li>
1508215082

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
1508415084
<span>document</span>, then return.</p></li>
1508515085
<!-- https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2740
1508615086
Also, per https://github.com/w3c/webcomponents/issues/56 stylesheets should work in
@@ -54425,7 +54425,7 @@ MIT Room 32-G524
5442554425
<p>A user agent prefilling a form control must not discriminate between form controls that are
5442654426
<span>in a document tree</span> and those that are <span>connected</span>; that is, it is not
5442754427
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>
5442954429

5443054430
<p>A user agent prefilling a form control's <span data-x="concept-fe-value">value</span> must not
5443154431
cause that control to <span data-x="suffering from a type mismatch">suffer from a type
@@ -58489,7 +58489,7 @@ o............A....e
5848958489

5849058490
<li>
5849158491
<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
5849358493
data-x="dom-document-currentScript">currentScript</code> attribute to
5849458494
<var>scriptElement</var>. Otherwise, set it to null.</p>
5849558495

@@ -72872,7 +72872,7 @@ END:VCARD</pre>
7287272872
<li><p>If <var>element</var>'s parent is a <span>shadow host</span>, then return
7287372873
<var>element</var>'s <span>assigned slot</span>.</p></li>
7287472874

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
7287672876
<span data-x="concept-DocumentFragment-host">host</span>.</p></li>
7287772877

7287872878
<li><p>If <var>element</var>'s parent is the <span>document element</span>, then return the

0 commit comments

Comments
 (0)