Skip to content

Commit 796c321

Browse files
committed
Follow changes in WD-css-display-3-20170126
See also: http://www.w3.org/TR/2017/WD-css-display-3-20170126/
1 parent 7baa11d commit 796c321

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

after/syntax/css/css-display-3.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
" TODO: create cssDisplayProp group and cssDisplayAttr group
2-
syn match cssFontProp contained "\<box-suppress\>"
32
syn keyword cssFontAttr contained contents discard
43
syn match cssFontAttr contained "\<flow\(-root\)\=\>"
54
syn match cssFontAttr contained "\<inline-list-item\>"

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
}
206206

207207
.display-3 {
208-
box-suppress: flow;
208+
display: flow;
209209
display: flow-root;
210210
display: contents;
211211
display: inline-list-item;

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
</style>
232232
<style>
233233
.display-3 {
234-
box-suppress: flow;
234+
display: flow;
235235
display: flow-root;
236236
display: contents;
237237
display: inline-list-item;

0 commit comments

Comments
 (0)