File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
" TODO: create cssDisplayProp group and cssDisplayAttr group
2
- syn match cssFontProp contained " \< display- \( inside \| outside \| list \| suppress\) \>"
3
- syn keyword cssFontAttr contained contents show
4
- syn match cssFontAttr contained " \<\( block \| inline \) -level \> "
2
+ syn match cssFontProp contained " \< box- suppress\> "
3
+ syn keyword cssFontAttr contained contents discard
4
+ syn match cssFontAttr contained " \< flow \( -root \)\= \>"
5
5
syn match cssFontAttr contained " \< inline-list-item\> "
Original file line number Diff line number Diff line change 157
157
}
158
158
159
159
.display {
160
- display-inside : block-level ;
161
- display-outside : inline-level ;
162
- display-list : contents;
163
- display-suppress : inline-list-item;
164
- display : show ;
160
+ box-suppress : flow ;
161
+ display : flow-root ;
162
+ display : contents;
163
+ display : inline-list-item;
164
+ display : discard ;
165
165
}
166
166
167
167
.exclusions {
Original file line number Diff line number Diff line change 179
179
</ style >
180
180
< style >
181
181
.display {
182
- display-inside : block-level ;
183
- display-outside : inline-level ;
184
- display-list : contents;
185
- display-suppress : inline-list-item;
186
- display : show ;
182
+ box-suppress : flow ;
183
+ display : flow-root ;
184
+ display : contents;
185
+ display : inline-list-item;
186
+ display : discard ;
187
187
}
188
188
</ style >
189
189
< style >
You can’t perform that action at this time.
0 commit comments