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:
Kyo Nagashima
2016-06-08 19:48:53 +09:00
parent 7656471758
commit 04cdd2207b
3 changed files with 5 additions and 6 deletions

View File

@@ -1 +1,2 @@
syn match cssPseudoClassId contained "\<inactive-selection\>"
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"

View File

@@ -408,10 +408,9 @@
offset-start: auto;
}
.pseudo::selection,
.pseudo::inactive-selection,
.pseudo::spelling-error,
.pseudo::grammer-error,
.pseuod::placeholder {
.pseudo::grammer-error {
display: block;
}

View File

@@ -452,10 +452,9 @@
}
</style>
<style>
.pseudo::selection,
.pseudo::inactive-selection,
.pseudo::spelling-error,
.pseudo::grammer-error,
.pseuod::placeholder {
.pseudo::grammer-error {
display: block;
}
</style>