mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Follow changes in WD-css-pseudo-4-20160607
See also: https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
|
syn match cssPseudoClassId contained "\<inactive-selection\>"
|
||||||
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"
|
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"
|
||||||
|
|||||||
@@ -408,10 +408,9 @@
|
|||||||
offset-start: auto;
|
offset-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pseudo::selection,
|
.pseudo::inactive-selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error,
|
.pseudo::grammer-error {
|
||||||
.pseuod::placeholder {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -452,10 +452,9 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.pseudo::selection,
|
.pseudo::inactive-selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error,
|
.pseudo::grammer-error {
|
||||||
.pseuod::placeholder {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user