Skip to content

Commit 74cd7a2

Browse files
authored
Editorial: remove references to UA stylesheet in developer edition
Fixes #11132.
1 parent 85effea commit 74cd7a2

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

source

+16-5
Original file line numberDiff line numberDiff line change
@@ -79638,9 +79638,16 @@ END:VCARD</pre>
7963879638
is no longer, directly relevant to the page's current state, or that it is being used to declare
7963979639
content to be reused by other parts of the page as opposed to being directly accessed by the user.
7964079640
User agents should not render elements that are in the <span
79641-
data-x="attr-hidden-hidden-state">hidden</span> state. This requirement may be implemented
79642-
indirectly through the style layer. For example, a web browser could implement these requirements
79643-
<a href="#hiddenCSS">using the rules suggested in the Rendering section</a>.</p>
79641+
data-x="attr-hidden-hidden-state">hidden</span> state.</p>
79642+
79643+
<div w-nodev>
79644+
79645+
<p class="note">The requirement for user agents not to render elements that are in the <span
79646+
data-x="attr-hidden-hidden-state">hidden</span> state can be implemented indirectly through the
79647+
style layer. For example, a web browser could implement these requirements <a
79648+
href="#hiddenCSS">using the rules suggested in the Rendering section</a>.</p>
79649+
79650+
</div>
7964479651

7964579652
<p>When an element has the <code data-x="attr-hidden">hidden</code> attribute in the <span
7964679653
data-x="attr-hidden-until-found-state">hidden until found</span> state, it indicates that the
@@ -79653,11 +79660,15 @@ END:VCARD</pre>
7965379660
<code data-x="event-beforematch">beforematch</code> is also fired on the element before the <code
7965479661
data-x="attr-hidden">hidden</code> attribute is removed.</p>
7965579662

79656-
<p>Web browsers will use 'content-visibility: hidden' instead of 'display: none' when the <code
79657-
data-x="attr-hidden">hidden</code> attribute is in the <span
79663+
<div w-nodev>
79664+
79665+
<p class="note">Web browsers will use 'content-visibility: hidden' instead of 'display: none'
79666+
when the <code data-x="attr-hidden">hidden</code> attribute is in the <span
7965879667
data-x="attr-hidden-until-found-state">hidden until found</span> state, as specified in the <a
7965979668
href="#hiddenCSS">Rendering section</a>.</p>
7966079669

79670+
</div>
79671+
7966179672

7966279673
<div class="note">
7966379674
<p>Because this attribute is typically implemented using CSS, it's also possible to override it

0 commit comments

Comments
 (0)