From 796c321b9d6825c9695159ff69e4a9daa1586bff Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 27 Jan 2017 11:32:58 +0900 Subject: [PATCH] Follow changes in WD-css-display-3-20170126 See also: http://www.w3.org/TR/2017/WD-css-display-3-20170126/ --- after/syntax/css/css-display-3.vim | 1 - test/test.css | 2 +- test/test.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/after/syntax/css/css-display-3.vim b/after/syntax/css/css-display-3.vim index 97f30dd..ad41500 100644 --- a/after/syntax/css/css-display-3.vim +++ b/after/syntax/css/css-display-3.vim @@ -1,5 +1,4 @@ " TODO: create cssDisplayProp group and cssDisplayAttr group -syn match cssFontProp contained "\" syn keyword cssFontAttr contained contents discard syn match cssFontAttr contained "\" syn match cssFontAttr contained "\" diff --git a/test/test.css b/test/test.css index f7aaf7a..dc2e10d 100644 --- a/test/test.css +++ b/test/test.css @@ -205,7 +205,7 @@ } .display-3 { - box-suppress: flow; + display: flow; display: flow-root; display: contents; display: inline-list-item; diff --git a/test/test.html b/test/test.html index c9472e3..41cbfbc 100644 --- a/test/test.html +++ b/test/test.html @@ -231,7 +231,7 @@