mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add cssom-view.vim
This support based on latest working draft, not dev edition. The dev edition has removed `instant` value, but it is not a big problem. See also: http://www.w3.org/TR/2013/WD-cssom-view-20131217/ This resolves #33.
This commit is contained in:
@@ -161,6 +161,11 @@
|
||||
display: ethiopic-numeric;
|
||||
}
|
||||
|
||||
.cssom-view {
|
||||
scroll-behavior: instant;
|
||||
display: smooth;
|
||||
}
|
||||
|
||||
.display {
|
||||
box-suppress: flow;
|
||||
display: flow-root;
|
||||
|
||||
@@ -184,6 +184,12 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.cssom-view {
|
||||
scroll-behavior: instant;
|
||||
display: smooth;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.display {
|
||||
box-suppress: flow;
|
||||
display: flow-root;
|
||||
|
||||
Reference in New Issue
Block a user