Add cssom.vim

See also: http://www.w3.org/TR/cssom/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:26:41 +09:00
parent f6a6226db4
commit 0bc4127113
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
" N/A

View File

@@ -51,6 +51,7 @@ syn include @htmlCss syntax/css/css3-speech.vim
syn include @htmlCss syntax/css/css3-transforms.vim syn include @htmlCss syntax/css/css3-transforms.vim
syn include @htmlCss syntax/css/css3-transitions.vim syn include @htmlCss syntax/css/css3-transitions.vim
syn include @htmlCss syntax/css/cssom-view.vim syn include @htmlCss syntax/css/cssom-view.vim
syn include @htmlCss syntax/css/cssom.vim
syn include @htmlCss syntax/css/filter-effects.vim syn include @htmlCss syntax/css/filter-effects.vim
syn include @htmlCss syntax/css/html5-elements.vim syn include @htmlCss syntax/css/html5-elements.vim
syn include @htmlCss syntax/css/motion-1.vim syn include @htmlCss syntax/css/motion-1.vim

View File

@@ -181,6 +181,10 @@
display: smooth; display: smooth;
} }
.cssom {
display: auto;
}
.display { .display {
box-suppress: flow; box-suppress: flow;
display: flow-root; display: flow-root;

View File

@@ -206,6 +206,11 @@
} }
</style> </style>
<style> <style>
.cssom {
display: auto;
}
</style>
<style>
.display { .display {
box-suppress: flow; box-suppress: flow;
display: flow-root; display: flow-root;