mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-12 05:21:50 +08:00
Follow WD-css3-ui-20150224
See also: http://www.w3.org/TR/2015/WD-css3-ui-20150224/
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
syn keyword cssUIProp contained icon resize
|
syn match cssUIProp contained "\<caret-color\>"
|
||||||
syn match cssUIProp contained "\<box-sizing\>"
|
syn keyword cssUIAttr contained grab grabbing
|
||||||
syn match cssUIProp contained "\<ime-mode\>"
|
syn keyword cssPseudoClassId contained value choices
|
||||||
syn match cssUIProp contained "\<nav-\(index\|up\|right\|down\|left\)"
|
|
||||||
syn match cssUIProp contained "\<outline-offset\>"
|
|
||||||
syn match cssUIProp contained "\<text-overflow\>"
|
|
||||||
syn keyword cssUIAttr contained active inactive disabled root horizontal vertical clip ellipsis
|
|
||||||
|
|||||||
@@ -554,17 +554,10 @@
|
|||||||
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui {
|
.ui::value,
|
||||||
icon: active;
|
.ui::choices {
|
||||||
resize: inactive;
|
caret-color: grab;
|
||||||
box-sizing: disabled;
|
display: grabbing;
|
||||||
ime-mode: root;
|
|
||||||
nav-index: horizontal;
|
|
||||||
nav-up: vertical;
|
|
||||||
nav-right: clip;
|
|
||||||
nav-down: ellipsis;
|
|
||||||
nav-left: auto;
|
|
||||||
outline-offset: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.values {
|
.values {
|
||||||
|
|||||||
@@ -563,17 +563,10 @@
|
|||||||
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui {
|
.ui::value,
|
||||||
icon: active;
|
.ui::choices {
|
||||||
resize: inactive;
|
caret-color: grab;
|
||||||
box-sizing: disabled;
|
display: grabbing;
|
||||||
ime-mode: root;
|
|
||||||
nav-index: horizontal;
|
|
||||||
nav-up: vertical;
|
|
||||||
nav-right: clip;
|
|
||||||
nav-down: ellipsis;
|
|
||||||
nav-left: auto;
|
|
||||||
outline-offset: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.values {
|
.values {
|
||||||
|
|||||||
Reference in New Issue
Block a user