Skip to content

Commit

Permalink
Add missing value for hidden in the index
Browse files Browse the repository at this point in the history
Closes whatwg#8414.

Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
  • Loading branch information
j9t authored Oct 25, 2022
1 parent db370e7 commit 7d8951c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -126130,7 +126130,9 @@ interface <dfn interface>External</dfn> {
<th> <code data-x="">hidden</code>
<td> <span data-x="attr-hidden">HTML elements</span>
<td> Whether the element is relevant
<td> <span>Boolean attribute</span>
<td> "<code data-x="attr-hidden-until-found-keyword">until-found</code>";
"<code data-x="attr-hidden">hidden</code>";
the empty string
<tr>
<th> <code data-x="">high</code>
<td> <code data-x="attr-meter-high">meter</code>
Expand Down

0 comments on commit 7d8951c

Please sign in to comment.