File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- syn keyword cssFontProp contained dominant- baseline alignment- baseline baseline- shift baseline- source text- box- edge text- box- trim inline- sizing initial- letter initial- letter- align initial- letter- wrap
2- syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic- ink
1+ syn keyword cssFontProp contained dominant- baseline alignment- baseline baseline- shift baseline- source line - fit - edge text - box text- box- edge text- box- trim inline- sizing initial- letter initial- letter- align initial- letter- wrap
2+ syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic- ink trim - start trim - end
Original file line number Diff line number Diff line change @@ -538,6 +538,8 @@ template {
538538 alignment-baseline : auto;
539539 baseline-source : auto;
540540 baseline-shift : auto;
541+ line-fit-edge : auto;
542+ text-box : auto;
541543 text-box-edge : auto;
542544 text-box-trim : auto;
543545 inline-sizing : auto;
@@ -553,6 +555,9 @@ template {
553555 display : ideographic-ink;
554556 display : drop;
555557 display : raise;
558+ display : trim-start;
559+ display : trim-end;
560+ display : trim-both;
556561}
557562
558563.layout-api-1 {
You can’t perform that action at this time.
0 commit comments