File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -77527,21 +77527,25 @@ END:VCARD</pre>
77527
77527
77528
77528
<p>All <span>HTML elements</span> may have the <dfn element-attr for="html-global"><code
77529
77529
data-x="attr-hidden">hidden</code></dfn> content attribute set. The <code
77530
- data-x="attr-hidden">hidden</code> attribute is an <span>enumerated attribute</span>. The
77531
- following table lists the states for this attribute :</p>
77530
+ data-x="attr-hidden">hidden</code> attribute is an <span>enumerated attribute</span> with the
77531
+ following keywords and states:</p>
77532
77532
77533
77533
<table>
77534
77534
<thead>
77535
77535
<tr>
77536
- <th>State
77537
77536
<th>Keywords
77537
+ <th>State
77538
+ <th>Brief description
77538
77539
<tbody>
77539
77540
<tr>
77540
- <td><span data-x="attr-hidden-until-found-state">Until found state</span>
77541
77541
<td><dfn attr-value for="html-global/hidden"><code data-x="attr-hidden-until-found-keyword">until-found</code></dfn>
77542
+ <td><span data-x="attr-hidden-until-found-state">Until found state</span>
77543
+ <td>Will not be rendered but content inside will be accessible to <span>find-in-page</span> and
77544
+ <span data-x="navigate-fragid">fragment navigation</span>
77542
77545
<tr>
77543
- <td rowspan=2><span data-x="attr-hidden-hidden-state">Hidden state</span>
77544
77546
<td>The empty string
77547
+ <td rowspan=2><span data-x="attr-hidden-hidden-state">Hidden state</span>
77548
+ <td rowspan=2>Will not be rendered.
77545
77549
<tr>
77546
77550
<td><dfn attr-value for="html-global/hidden"><code data-x="attr-hidden-hidden-keyword">hidden</code></dfn>
77547
77551
</table>
You can’t perform that action at this time.
0 commit comments