Follow WD-cssom-view-1-20160317

See also: https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/
This commit is contained in:
Kyo Nagashima
2016-04-11 20:04:30 +09:00
parent 3993c90e1d
commit aeb5093190
3 changed files with 3 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
syn match cssFontProp contained "\<scroll-behavior\>" syn match cssFontProp contained "\<scroll-behavior\>"
syn keyword cssFontAttr contained instant smooth syn keyword cssFontAttr contained smooth

View File

@@ -177,8 +177,7 @@
} }
.cssom-view { .cssom-view {
scroll-behavior: instant; scroll-behavior: smooth;
display: smooth;
} }
.cssom { .cssom {

View File

@@ -201,8 +201,7 @@
</style> </style>
<style> <style>
.cssom-view { .cssom-view {
scroll-behavior: instant; scroll-behavior: smooth;
display: smooth;
} }
</style> </style>
<style> <style>