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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 1068383005: Remove CSSPropertySpeak (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 visibleStroke 484 visibleStroke
485 //visible 485 //visible
486 painted 486 painted
487 fill 487 fill
488 stroke 488 stroke
489 bounding-box 489 bounding-box
490 //all 490 //all
491 //none 491 //none
492 492
493 // 493 //
494 // speech
495 //
496 spell-out
497 digits
498 literal-punctuation
499 no-punctuation
500
501 //
502 // -webkit-font-smoothing 494 // -webkit-font-smoothing
503 // 495 //
504 // auto 496 // auto
505 // none 497 // none
506 antialiased 498 antialiased
507 subpixel-antialiased 499 subpixel-antialiased
508 500
509 // text-rendering 501 // text-rendering
510 //auto 502 //auto
511 optimizeSpeed 503 optimizeSpeed
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 legacy 650 legacy
659 651
660 // will-change 652 // will-change
661 // auto 653 // auto
662 contents 654 contents
663 655
664 // all 656 // all
665 // initial 657 // initial
666 // inherit 658 // inherit
667 unset 659 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698