File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ syn match cssFontProp contained "\<text-edge\>"
44syn match cssFontProp contained " \< leading-trim\> "
55syn match cssFontProp contained " \< inline-sizing\> "
66syn match cssFontProp contained " \< initial-letter\( -\( align\| wrap\)\)\=\> "
7- syn keyword cssFontAttr contained mathematical leading cap ex raise sink
7+ syn keyword cssFontAttr contained central mathematical leading cap ex drop raise
88syn match cssFontAttr contained " \< ideographic\( -ink\)\=\> "
Original file line number Diff line number Diff line change @@ -458,13 +458,14 @@ template {
458458 initial-letter-align : auto;
459459 initial-letter-wrap : auto;
460460 display : mathematical;
461+ display : central;
461462 display : ideographic;
462463 display : leading;
463464 display : cap;
464465 display : ex;
465466 display : ideographic-ink;
467+ display : drop;
466468 display : raise;
467- display : sink;
468469}
469470
470471.layout-api-1 {
You can’t perform that action at this time.
0 commit comments