Follow WD-css3-ui-20150310

See also: http://www.w3.org/TR/2015/WD-css3-ui-20150310/
This commit is contained in:
Kyo Nagashima
2015-03-20 14:48:07 +09:00
parent eff2b2a4b8
commit 2258f16c42
3 changed files with 2 additions and 5 deletions

View File

@@ -1,3 +1,2 @@
syn match cssUIProp contained "\<caret-color\>" syn match cssUIProp contained "\<caret-color\>"
syn keyword cssUIAttr contained grab grabbing syn keyword cssUIAttr contained grab grabbing
syn keyword cssPseudoClassId contained value choices

View File

@@ -554,8 +554,7 @@
display: cubic-bezier(0.25, 0.1, 0.25, 1.0); display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
} }
.ui::value, .ui {
.ui::choices {
caret-color: grab; caret-color: grab;
display: grabbing; display: grabbing;
} }

View File

@@ -606,8 +606,7 @@
} }
</style> </style>
<style> <style>
.ui::value, .ui {
.ui::choices {
caret-color: grab; caret-color: grab;
display: grabbing; display: grabbing;
} }