Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Basic test for parsing, readback and inheritance added Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 max-content 573 max-content
574 fit-content 574 fit-content
575 575
576 // 576 //
577 // text-overflow 577 // text-overflow
578 // 578 //
579 clip 579 clip
580 ellipsis 580 ellipsis
581 581
582 // 582 //
583 // text-decoration-skip
584 //
585 objects
586 ink
587
588 //
583 // -webkit-margin-collapse 589 // -webkit-margin-collapse
584 // 590 //
585 // collapse 591 // collapse
586 // separate 592 // separate
587 discard 593 discard
588 594
589 // 595 //
590 // word-break 596 // word-break
591 // 597 //
592 break-all 598 break-all
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 1098
1093 var 1099 var
1094 -internal-variable-value 1100 -internal-variable-value
1095 1101
1096 // break-before, break-after, break-inside 1102 // break-before, break-after, break-inside
1097 avoid-page 1103 avoid-page
1098 page 1104 page
1099 recto 1105 recto
1100 verso 1106 verso
1101 avoid-column 1107 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698