mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-11 04:51:51 +08:00
Follow changes in WD-css-overflow-3-20160531
See also: https://www.w3.org/TR/2016/WD-css-overflow-3-20160531/
This commit is contained in:
@@ -1,4 +1 @@
|
|||||||
" TODO: create cssOverflowProp group and cssOverflowAttr group
|
|
||||||
syn match cssFontProp contained "\<max-lines\>"
|
syn match cssFontProp contained "\<max-lines\>"
|
||||||
syn keyword cssFontAttr contained fragments
|
|
||||||
syn match cssFontAttr contained "\<paged-\(x\|y\)\(-controls\)\=\>"
|
|
||||||
|
|||||||
@@ -386,11 +386,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overflow {
|
.overflow {
|
||||||
max-lines: paged-x;
|
max-lines: auto;
|
||||||
display: paged-y;
|
|
||||||
display: paged-x-controls;
|
|
||||||
display: paged-y-controls;
|
|
||||||
display: fragments;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|||||||
@@ -426,11 +426,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.overflow {
|
.overflow {
|
||||||
max-lines: paged-x;
|
max-lines: auto;
|
||||||
display: paged-y;
|
|
||||||
display: paged-x-controls;
|
|
||||||
display: paged-y-controls;
|
|
||||||
display: fragments;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user