mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Follow changes in WD-selectors-4-20180202
See also: https://www.w3.org/TR/2018/WD-selectors-4-20180202/
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user