Follow changes in WD-selectors-4-20180202

See also: https://www.w3.org/TR/2018/WD-selectors-4-20180202/
This commit is contained in:
Kyo Nagashima
2018-02-06 12:30:37 +09:00
parent 73292c6213
commit b581d37345
2 changed files with 15 additions and 13 deletions

View File

@@ -676,19 +676,20 @@
.selectors4:placeholder-shown,
.selectors4:in-range,
.selectors4:out-of-range,
.selectors4:user-error,
.selectors4:active-drop-target,
.selectors4:valid-drop-target,
.selectors4:invalid-drop-target,
.selectors4:user-invalid,
.selectors4:matches(:hover, :focus),
.selectors4:dir(ltr),
.selectors4:local-link(0),
.selectors4:current(p, li, dt, dd),
.selectors4:nth-match(2n+1),
.selectors4:nth-last-match(-n+2),
.selectors4:nth-column(2n+1),
.selectors4:nth-last-column(-n+2),
.selectors4:column(p, li, dt, dd) {
.selectors4:nth-col(2n+1),
.selectors4:nth-last-col(-n+2),
.selectors4:target-within,
.selectors4:focus-within,
.selectors4:focus-visible,
.selectors4:playing,
.selectors4:paused,
.selectors4:has(> img),
.selectors4:drop(active) {
display: auto;
}