From 4edb91050090755a0ee73910f150abee619698c8 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 30 May 2013 02:43:38 +0900 Subject: [PATCH] follow WD-css3-exclusions-20130528 --- after/syntax/css/css3-exclusions.vim | 6 ++---- test/test.css | 10 ++-------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/after/syntax/css/css3-exclusions.vim b/after/syntax/css/css3-exclusions.vim index 8bd1afb..aa76079 100644 --- a/after/syntax/css/css3-exclusions.vim +++ b/after/syntax/css/css3-exclusions.vim @@ -1,5 +1,3 @@ " TODO: create cssExclusionsProp group and cssExclusionsAttr group -syn match cssFontProp contained "\" -syn match cssFontProp contained "\" -syn keyword cssFontAttr contained maximum -syn match cssFontAttr contained "\" +syn match cssFontProp contained "\" +syn keyword cssFontAttr contained minimum maximum diff --git a/test/test.css b/test/test.css index e054575..6b71a2d 100644 --- a/test/test.css +++ b/test/test.css @@ -79,14 +79,8 @@ } .exclusions { - shape-image-threshold: maximum; - shape-inside: outside-shape; - shape-outside: auto; - wrap: auto; - wrap-flow: auto; - wrap-margin: auto; - wrap-padding: auto; - wrap-through: auto; + wrap-flow: minimum; + wrap-through: maximum; } .flexbox {