File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- syn keyword cssFontProp contained white- space- collapse white- space- trim text- space- trim text- wrap text- autospace text- spacing- trim text- spacing text- group- align wrap- before wrap- after wrap- inside hyphenate- character hyphenate- limit- zone hyphenate- limit- chars hyphenate- limit- lines hyphenate- limit- last line- padding word- boundary- detection word- boundary - expansion
2- syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces discard- inner discard- before discard- after pretty avoid- line avoid- flex pre- wrap- auto no- limit trim - start trim- end trim - adjacent space- start space - end space - adjacent space - first no- compress ideograph- alpha ideograph- numeric ideographic- space
1+ syn keyword cssFontProp contained white- space- collapse white- space- trim text- space- trim text- wrap text- autospace text- spacing- trim text- spacing text- group- align wrap- before wrap- after wrap- inside hyphenate- character hyphenate- limit- zone hyphenate- limit- chars hyphenate- limit- lines hyphenate- limit- last line- padding word- boundary- detection word- space - transform
2+ syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces discard- inner discard- before discard- after pretty avoid- line avoid- flex pre- wrap- auto no- limit space - all trim- auto space- first trim - all no- compress ideograph- alpha ideograph- numeric ideographic- space
Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ view {
11091109 text-spacing-trim : auto;
11101110 text-spacing : auto;
11111111 word-boundary-detection : auto;
1112- word-boundary-expansion : auto;
1112+ word-space-transform : auto;
11131113 display : preserve-breaks;
11141114 display : preserve-spaces;
11151115 display : discard-inner;
@@ -1121,13 +1121,10 @@ view {
11211121 display : pre-wrap-auto;
11221122 display : no-limit;
11231123 display : spread;
1124- display : trim-start ;
1125- display : space-start ;
1124+ display : space-all ;
1125+ display : trim-auto ;
11261126 display : space-first;
1127- display : trim-end;
1128- display : space-end;
1129- display : trim-adjacent;
1130- display : space-adjacent;
1127+ display : trim-all;
11311128 display : no-compress;
11321129 display : ideograph-alpha;
11331130 display : ideograph-numeric;
You can’t perform that action at this time.
0 commit comments