From aeb50931902bbd0bd400e4c467d19af0b341f813 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Mon, 11 Apr 2016 20:04:30 +0900 Subject: [PATCH] Follow WD-cssom-view-1-20160317 See also: https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/ --- after/syntax/css/cssom-view.vim | 2 +- test/test.css | 3 +-- test/test.html | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/after/syntax/css/cssom-view.vim b/after/syntax/css/cssom-view.vim index e0ce6c6..83ed6ca 100644 --- a/after/syntax/css/cssom-view.vim +++ b/after/syntax/css/cssom-view.vim @@ -1,2 +1,2 @@ syn match cssFontProp contained "\" -syn keyword cssFontAttr contained instant smooth +syn keyword cssFontAttr contained smooth diff --git a/test/test.css b/test/test.css index 35c4cf2..88ce0a0 100644 --- a/test/test.css +++ b/test/test.css @@ -177,8 +177,7 @@ } .cssom-view { - scroll-behavior: instant; - display: smooth; + scroll-behavior: smooth; } .cssom { diff --git a/test/test.html b/test/test.html index 7f14272..d36cec7 100644 --- a/test/test.html +++ b/test/test.html @@ -201,8 +201,7 @@