Skip to content

Commit 48e48c0

Browse files
committed
[selectors-4] Update summary table with :empty/:blank updates. Fixes w3c#3197
1 parent 2df8680 commit 48e48c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

selectors-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,11 @@ Selectors Overview</h2>
384384
<td>a user-input element E that requires/does not require input
385385
<td>[[#opt-pseudos]]
386386
<td>3-UI/4
387+
<tr>
388+
<td><code>E:blank</code>
389+
<td>a user-input element E whose value is blank (empty/missing)
390+
<td>[[#blank]]
391+
<td>4
387392
<tr>
388393
<td><code>E:user-invalid</code>
389394
<td>a user-altered user-input element E with incorrect input (invalid, out-of-range, omitted-but-required)
@@ -397,14 +402,9 @@ Selectors Overview</h2>
397402
<td>3
398403
<tr>
399404
<td><code>E:empty</code>
400-
<td>an E element that has no children (neither elements nor text)
405+
<td>an E element that has no children (neither elements nor text) except perhaps white space
401406
<td>[[#structural-pseudos]]
402407
<td>3
403-
<tr>
404-
<td><code>E:blank</code>
405-
<td>an E element that has no content except maybe white space
406-
<td>[[#structural-pseudos]]
407-
<td>4
408408
<tr>
409409
<td><code>E:nth-child(<var>n</var> [of <var>S</var>]?)</code>
410410
<td>an E element, the <var>n</var>-th child of its parent matching <var>S</var>

0 commit comments

Comments
 (0)