mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
follow WD-selectors4-20120823
This commit is contained in:
@@ -345,23 +345,44 @@
|
||||
display: line-edge;
|
||||
}
|
||||
|
||||
.selectors:not([DISABLED]),
|
||||
.selectors:matches(:hover, :focus),
|
||||
.selectors:any-link,
|
||||
.selectors:local-link,
|
||||
.selectors:local-link(0),
|
||||
.selectors:target,
|
||||
.selectors:scope,
|
||||
.selectors:current,
|
||||
.selectors:current(p, li, dt, dd),
|
||||
.selectors:past,
|
||||
.selectors:future,
|
||||
.selectors:enabled,
|
||||
.selectors:disabled,
|
||||
.selectors:checked,
|
||||
.selectors:indeterminate,
|
||||
.selectors:default,
|
||||
.selecors:in-range,
|
||||
.selectors:out-of-range,
|
||||
.selectors:required,
|
||||
.selectors:optional,
|
||||
.selectors:read-only,
|
||||
.selectors:read-write,
|
||||
.selectors:root,
|
||||
.selectors:empty,
|
||||
.selectors:first-of-type,
|
||||
.selectors:last-child,
|
||||
.selectors:last-of-type,
|
||||
.selectors:only-child,
|
||||
.selectors:only-of-type,
|
||||
.selectors:nth-child(2n+1),
|
||||
.selectors:nth-of-type(odd),
|
||||
.selectors:nth-last-child(2n+0),
|
||||
.selectors:nth-last-of-type(even),
|
||||
.selectors:not([DISABLED]), {
|
||||
.selectors:last-child,
|
||||
.selectors:nth-last-child(-n+2),
|
||||
.selectors:only-child,
|
||||
.selectors:first-of-type,
|
||||
.selectors:nth-of-type(2n+1),
|
||||
.selectors:last-of-type,
|
||||
.selectors:nth-last-of-type(n+2),
|
||||
.selectors:only-of-type,
|
||||
.selectors:nth-match(2n+1),
|
||||
.selectors:nth-last-match(-n+2),
|
||||
.selectors:column(p, li, dt, dd),
|
||||
.selectors:nth-column(2n+1),
|
||||
.selectors:nth-last-column(-n+2) {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user