@@ -79638,9 +79638,16 @@ END:VCARD</pre>
79638
79638
is no longer, directly relevant to the page's current state, or that it is being used to declare
79639
79639
content to be reused by other parts of the page as opposed to being directly accessed by the user.
79640
79640
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>
79644
79651
79645
79652
<p>When an element has the <code data-x="attr-hidden">hidden</code> attribute in the <span
79646
79653
data-x="attr-hidden-until-found-state">hidden until found</span> state, it indicates that the
@@ -79653,11 +79660,15 @@ END:VCARD</pre>
79653
79660
<code data-x="event-beforematch">beforematch</code> is also fired on the element before the <code
79654
79661
data-x="attr-hidden">hidden</code> attribute is removed.</p>
79655
79662
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
79658
79667
data-x="attr-hidden-until-found-state">hidden until found</span> state, as specified in the <a
79659
79668
href="#hiddenCSS">Rendering section</a>.</p>
79660
79669
79670
+ </div>
79671
+
79661
79672
79662
79673
<div class="note">
79663
79674
<p>Because this attribute is typically implemented using CSS, it's also possible to override it
0 commit comments