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

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

Issue 1429713004: Implement CSS font-display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: failure does not mean loaded Created 5 years, 1 month 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 -webkit-logical-height direction_aware 423 -webkit-logical-height direction_aware
424 -webkit-min-logical-width direction_aware 424 -webkit-min-logical-width direction_aware
425 -webkit-min-logical-height direction_aware 425 -webkit-min-logical-height direction_aware
426 -webkit-max-logical-width direction_aware 426 -webkit-max-logical-width direction_aware
427 -webkit-max-logical-height direction_aware 427 -webkit-max-logical-height direction_aware
428 428
429 // Properties that we ignore in the StyleBuilder. 429 // Properties that we ignore in the StyleBuilder.
430 // TODO(timloh): This seems wrong, most of these shouldn't reach the StyleBuilde r 430 // TODO(timloh): This seems wrong, most of these shouldn't reach the StyleBuilde r
431 431
432 all builder_skip 432 all builder_skip
433 font-display builder_skip, runtime_flag=CSSFontDisplay
433 max-zoom builder_skip 434 max-zoom builder_skip
434 min-zoom builder_skip 435 min-zoom builder_skip
435 orientation builder_skip 436 orientation builder_skip
436 page builder_skip 437 page builder_skip
437 src builder_skip 438 src builder_skip
438 unicode-range builder_skip 439 unicode-range builder_skip
439 user-zoom builder_skip 440 user-zoom builder_skip
440 -webkit-font-size-delta builder_skip 441 -webkit-font-size-delta builder_skip
441 -webkit-text-decorations-in-effect inherited, builder_skip 442 -webkit-text-decorations-in-effect inherited, builder_skip
442 443
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 -webkit-shape-margin alias_for=shape-margin 540 -webkit-shape-margin alias_for=shape-margin
540 -webkit-shape-outside alias_for=shape-outside 541 -webkit-shape-outside alias_for=shape-outside
541 -webkit-transform alias_for=transform 542 -webkit-transform alias_for=transform
542 -webkit-transform-origin alias_for=transform-origin 543 -webkit-transform-origin alias_for=transform-origin
543 -webkit-transform-style alias_for=transform-style 544 -webkit-transform-style alias_for=transform-style
544 -webkit-transition alias_for=transition 545 -webkit-transition alias_for=transition
545 -webkit-transition-delay alias_for=transition-delay 546 -webkit-transition-delay alias_for=transition-delay
546 -webkit-transition-duration alias_for=transition-duration 547 -webkit-transition-duration alias_for=transition-duration
547 -webkit-transition-property alias_for=transition-property 548 -webkit-transition-property alias_for=transition-property
548 -webkit-transition-timing-function alias_for=transition-timing-function 549 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSFontFace.cpp ('k') | third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698