File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments