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

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

Issue 1713513002: Rename -webkit-text to -internal-quirk-inherit, limiting it to UA style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; add new (negative) test Created 4 years, 10 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 windowframe 181 windowframe
182 windowtext 182 windowtext
183 -internal-active-list-box-selection 183 -internal-active-list-box-selection
184 -internal-active-list-box-selection-text 184 -internal-active-list-box-selection-text
185 -internal-inactive-list-box-selection 185 -internal-inactive-list-box-selection
186 -internal-inactive-list-box-selection-text 186 -internal-inactive-list-box-selection-text
187 -webkit-focus-ring-color mode=QuirksOrUASheet 187 -webkit-focus-ring-color mode=QuirksOrUASheet
188 currentcolor 188 currentcolor
189 grey 189 grey
190 // 190 //
191 // colors in non strict mode 191 // Value used to implement the behavior in:
192 -webkit-text mode=QuirksOrUASheet 192 // https://quirks.spec.whatwg.org/#the-tables-inherit-color-from-body-quirk
193 -internal-quirk-inherit
193 // 194 //
194 // background-repeat 195 // background-repeat
195 // 196 //
196 repeat 197 repeat
197 repeat-x 198 repeat-x
198 repeat-y 199 repeat-y
199 no-repeat 200 no-repeat
200 // round 201 // round
201 // space 202 // space
202 // 203 //
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 1070
1070 var 1071 var
1071 -internal-variable-value 1072 -internal-variable-value
1072 1073
1073 // break-before, break-after, break-inside 1074 // break-before, break-after, break-inside
1074 avoid-page 1075 avoid-page
1075 page 1076 page
1076 recto 1077 recto
1077 verso 1078 verso
1078 avoid-column 1079 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698