File tree Expand file tree Collapse file tree 5 files changed +14
-67
lines changed Expand file tree Collapse file tree 5 files changed +14
-67
lines changed Original file line number Diff line number Diff line change 1
- " TODO: create cssInlineProp and cssInlineAttr
2
- syn match cssFontProp contained " \< initial-letter\( -align\)\= "
3
- syn keyword cssFontAttr contained ideographic
1
+ syn match cssFontProp contained " \<\( dominant\| alignment\) -baseline\> "
2
+ syn match cssFontProp contained " \< baseline-shift\> "
3
+ syn match cssFontProp contained " \< initial-letter\( -\( align\| wrap\)\)\= "
4
+ syn keyword cssFontAttr contained mathematical ideographic
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ syn include @htmlCss syntax/css/css3-content.vim
10
10
syn include @htmlCss syntax/css/css3-exclusions.vim
11
11
syn include @htmlCss syntax/css/css3-fonts.vim
12
12
syn include @htmlCss syntax/css/css3-images.vim
13
- syn include @htmlCss syntax/css/css3-linebox.vim
14
13
syn include @htmlCss syntax/css/css3-multicol.vim
15
14
syn include @htmlCss syntax/css/css3-page.vim
16
15
syn include @htmlCss syntax/css/css3-positioning.vim
Original file line number Diff line number Diff line change 273
273
}
274
274
275
275
.inline {
276
- initial-letter : ideographic;
276
+ dominant-baseline : mathematical;
277
+ alignment-baseline : ideographic;
278
+ baseline-shift : auto;
279
+ initial-letter : auto;
277
280
initial-letter-align : auto;
281
+ initial-letter-wrap : auto;
278
282
}
279
283
280
284
.line-grid {
285
289
display : last-baseline;
286
290
}
287
291
288
- .linebox {
289
- alignment-adjust : central;
290
- alignment-baseline : mathematical;
291
- baseline-shift : before-edge;
292
- dominate-baseline : after-edge;
293
- drop-initial-after-adjust : text-before-edge;
294
- drop-initial-after-align : text-after-edge;
295
- drop-initial-before-adjust : use-script;
296
- drop-initial-before-align : caps-height;
297
- drop-initial-size : exclude-ruby;
298
- drop-initial-value : include-ruby;
299
- inline-box-align : consider-shift;
300
- line-stacking : disregard-shift;
301
- line-stacking-ruby : inline-line-height;
302
- line-stacking-shift : block-line-height;
303
- line-stacking-strategy : max-height;
304
- text-height : grid-height;
305
- display : font-size;
306
- display : text-size;
307
- display : max-size;
308
- }
309
-
310
292
.lists ::marker {
311
293
marker-side : marker;
312
294
counter-set : list-container;
Original file line number Diff line number Diff line change 303
303
</ style >
304
304
< style >
305
305
.inline {
306
- initial-letter : ideographic;
306
+ dominant-baseline : mathematical;
307
+ alignment-baseline : ideographic;
308
+ baseline-shift : auto;
309
+ initial-letter : auto;
307
310
initial-letter-align : auto;
311
+ initial-letter-wrap : auto;
308
312
}
309
313
</ style >
310
314
< style >
317
321
}
318
322
</ style >
319
323
< style >
320
- .linebox {
321
- alignment-adjust : central;
322
- alignment-baseline : mathematical;
323
- baseline-shift : before-edge;
324
- dominate-baseline : after-edge;
325
- drop-initial-after-adjust : text-before-edge;
326
- drop-initial-after-align : text-after-edge;
327
- drop-initial-before-adjust : use-script;
328
- drop-initial-before-align : caps-height;
329
- drop-initial-size : exclude-ruby;
330
- drop-initial-value : include-ruby;
331
- inline-box-align : consider-shift;
332
- line-stacking : disregard-shift;
333
- line-stacking-ruby : inline-line-height;
334
- line-stacking-shift : block-line-height;
335
- line-stacking-strategy : max-height;
336
- text-height : grid-height;
337
- display : font-size;
338
- display : text-size;
339
- display : max-size;
340
- }
341
- </ style >
342
- < style >
343
324
.lists ::marker {
344
325
display : auto;
345
326
}
You can’t perform that action at this time.
0 commit comments