Skip to content

Commit ce18785

Browse files
committed
Editorial: tidy up hidden enumerated attribute
Helps with #9832
1 parent ecc06cd commit ce18785

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77527,21 +77527,25 @@ END:VCARD</pre>
7752777527

7752877528
<p>All <span>HTML elements</span> may have the <dfn element-attr for="html-global"><code
7752977529
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>
7753277532

7753377533
<table>
7753477534
<thead>
7753577535
<tr>
77536-
<th>State
7753777536
<th>Keywords
77537+
<th>State
77538+
<th>Brief description
7753877539
<tbody>
7753977540
<tr>
77540-
<td><span data-x="attr-hidden-until-found-state">Until found state</span>
7754177541
<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>
7754277545
<tr>
77543-
<td rowspan=2><span data-x="attr-hidden-hidden-state">Hidden state</span>
7754477546
<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.
7754577549
<tr>
7754677550
<td><dfn attr-value for="html-global/hidden"><code data-x="attr-hidden-hidden-keyword">hidden</code></dfn>
7754777551
</table>

0 commit comments

Comments
 (0)