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

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

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 years, 8 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 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing 243 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing
244 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing 244 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing
245 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode 245 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode
246 motion-offset interpolable, converter=convertLength 246 motion-offset interpolable, converter=convertLength
247 motion-path converter=convertPathOrNone 247 motion-path converter=convertPathOrNone
248 motion-rotation interpolable, converter=convertMotionRotation 248 motion-rotation interpolable, converter=convertMotionRotation
249 object-fit type_name=ObjectFit 249 object-fit type_name=ObjectFit
250 object-position interpolable, converter=convertPosition 250 object-position interpolable, converter=convertPosition
251 opacity interpolable, type_name=float 251 opacity interpolable, type_name=float
252 order type_name=int 252 order type_name=int
253 orphans interpolable, inherited, type_name=short, custom_all 253 orphans interpolable, inherited, type_name=short
254 outline-color interpolable, custom_all 254 outline-color interpolable, custom_all
255 outline-offset interpolable, converter=convertComputedLength<int> 255 outline-offset interpolable, converter=convertComputedLength<int>
256 outline-style custom_all 256 outline-style custom_all
257 outline-width interpolable, converter=convertLineWidth<unsigned short> 257 outline-width interpolable, converter=convertLineWidth<unsigned short>
258 overflow-wrap inherited 258 overflow-wrap inherited
259 overflow-x type_name=EOverflow 259 overflow-x type_name=EOverflow
260 overflow-y type_name=EOverflow 260 overflow-y type_name=EOverflow
261 padding-bottom interpolable, initial=initialPadding, converter=convertLength 261 padding-bottom interpolable, initial=initialPadding, converter=convertLength
262 padding-left interpolable, initial=initialPadding, converter=convertLength 262 padding-left interpolable, initial=initialPadding, converter=convertLength
263 padding-right interpolable, initial=initialPadding, converter=convertLength 263 padding-right interpolable, initial=initialPadding, converter=convertLength
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 -webkit-text-security inherited 393 -webkit-text-security inherited
394 -webkit-text-stroke-color interpolable, inherited, custom_all 394 -webkit-text-stroke-color interpolable, inherited, custom_all
395 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth 395 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth
396 -webkit-transform-origin-x interpolable, converter=convertLength 396 -webkit-transform-origin-x interpolable, converter=convertLength
397 -webkit-transform-origin-y interpolable, converter=convertLength 397 -webkit-transform-origin-y interpolable, converter=convertLength
398 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float> 398 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float>
399 -webkit-user-drag 399 -webkit-user-drag
400 -webkit-user-modify inherited 400 -webkit-user-modify inherited
401 -webkit-user-select inherited 401 -webkit-user-select inherited
402 white-space inherited 402 white-space inherited
403 widows interpolable, inherited, type_name=short, custom_all 403 widows interpolable, inherited, type_name=short
404 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage 404 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage
405 will-change custom_all 405 will-change custom_all
406 word-break inherited 406 word-break inherited
407 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 407 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
408 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 408 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
409 word-wrap inherited, name_for_methods=OverflowWrap 409 word-wrap inherited, name_for_methods=OverflowWrap
410 z-index interpolable, type_name=int, custom_all 410 z-index interpolable, type_name=int, custom_all
411 411
412 // Non-standard direction aware properties 412 // Non-standard direction aware properties
413 413
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 -webkit-shape-margin alias_for=shape-margin 567 -webkit-shape-margin alias_for=shape-margin
568 -webkit-shape-outside alias_for=shape-outside 568 -webkit-shape-outside alias_for=shape-outside
569 -webkit-transform alias_for=transform 569 -webkit-transform alias_for=transform
570 -webkit-transform-origin alias_for=transform-origin 570 -webkit-transform-origin alias_for=transform-origin
571 -webkit-transform-style alias_for=transform-style 571 -webkit-transform-style alias_for=transform-style
572 -webkit-transition alias_for=transition 572 -webkit-transition alias_for=transition
573 -webkit-transition-delay alias_for=transition-delay 573 -webkit-transition-delay alias_for=transition-delay
574 -webkit-transition-duration alias_for=transition-duration 574 -webkit-transition-duration alias_for=transition-duration
575 -webkit-transition-property alias_for=transition-property 575 -webkit-transition-property alias_for=transition-property
576 -webkit-transition-timing-function alias_for=transition-timing-function 576 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698