From ac036acb5762059b00b7036ba768b3e079fd52ef Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sat, 4 Jun 2016 14:50:16 +0900 Subject: [PATCH] Follow changes in WD-css-overflow-3-20160531 See also: https://www.w3.org/TR/2016/WD-css-overflow-3-20160531/ --- after/syntax/css/css-overflow-3.vim | 3 --- test/test.css | 6 +----- test/test.html | 6 +----- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/after/syntax/css/css-overflow-3.vim b/after/syntax/css/css-overflow-3.vim index 7c126d5..d36631e 100644 --- a/after/syntax/css/css-overflow-3.vim +++ b/after/syntax/css/css-overflow-3.vim @@ -1,4 +1 @@ -" TODO: create cssOverflowProp group and cssOverflowAttr group syn match cssFontProp contained "\" -syn keyword cssFontAttr contained fragments -syn match cssFontAttr contained "\" diff --git a/test/test.css b/test/test.css index 870bb94..340af58 100644 --- a/test/test.css +++ b/test/test.css @@ -386,11 +386,7 @@ } .overflow { - max-lines: paged-x; - display: paged-y; - display: paged-x-controls; - display: paged-y-controls; - display: fragments; + max-lines: auto; } .page { diff --git a/test/test.html b/test/test.html index a11f8a1..105228e 100644 --- a/test/test.html +++ b/test/test.html @@ -426,11 +426,7 @@