Skip to content

Commit 9b76d4b

Browse files
committed
[selectors-4] Fix changes list for :blank.
1 parent 4446ec6 commit 9b76d4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

selectors-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3870,8 +3870,10 @@ Changes</h2>
38703870
(<a href="https://github.com/w3c/csswg-drafts/issues/2143">Issue 2143</a>)
38713871
<li>Renamed '':matches()'' to '':is()''.
38723872
(<a href="https://github.com/w3c/csswg-drafts/issues/3258">Issue 3258</a>)
3873-
<li>Removed '':blank'' and defined '':empty'' to ignored white-space&ndash;only nodes.
3873+
<li>Redefined '':empty'' to ignore white-space&ndash;only nodes.
38743874
(<a href="https://github.com/w3c/csswg-drafts/issues/1967">Issue 1967</a>)
3875+
<li>Redefined '':blank'' to represent empty user input, rather than empty elements.
3876+
(<a href="https://github.com/w3c/csswg-drafts/issues/1283">Issue 1283</a>)
38753877
<li>Changed the specificity of '':is()'', '':where()'', and '':nth-child()''
38763878
to not depend on which selector argument matched.
38773879
(<a href="https://github.com/w3c/csswg-drafts/issues/1027">Issue 1027</a>)

0 commit comments

Comments
 (0)