From d8681a0d5e4cfa5fc5f6e69cc70ed68f11439aa4 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 10 Aug 2018 22:22:47 +0900 Subject: [PATCH] Follow changes in WD-css-box-3-20180809 The box-3 spec is rewrote completely. But properties defined in previous spec is not ported anywhere. So keep them. See also: https://www.w3.org/TR/2018/WD-css-box-3-20180809/ --- after/syntax/css/box-3.vim | 4 ++-- test/test.css | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/after/syntax/css/box-3.vim b/after/syntax/css/box-3.vim index 88f1f22..cc6d6fe 100644 --- a/after/syntax/css/box-3.vim +++ b/after/syntax/css/box-3.vim @@ -1,7 +1,7 @@ +" These will be moved to block-3 syn match cssBoxProp contained "\" syn match cssBoxProp contained "\" syn match cssBoxProp contained "\" -syn keyword cssBoxAttr contained scrollbar panner marquee decendants complex available +syn keyword cssBoxAttr contained scrollbar panner marquee decendants syn match cssBoxAttr contained "\" -syn match cssBoxAttr contained "\" syn match cssBoxAttr contained "\<\(margin\|border\|padding\|content\)-edge\>" diff --git a/test/test.css b/test/test.css index 4ed7eab..cbda6c4 100644 --- a/test/test.css +++ b/test/test.css @@ -52,13 +52,10 @@ display: discard; display: decendants; display: block-within-page; - display: fit-content; - display: complex; display: margin-edge; display: border-edge; display: padding-edge; display: content-edge; - display: available; } .break-3 {