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

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

Issue 762473003: Remove webkit-print-color-adjust (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 // none 632 // none
633 antialiased 633 antialiased
634 subpixel-antialiased 634 subpixel-antialiased
635 635
636 // text-rendering 636 // text-rendering
637 //auto 637 //auto
638 optimizeSpeed 638 optimizeSpeed
639 optimizeLegibility 639 optimizeLegibility
640 geometricPrecision 640 geometricPrecision
641 641
642 // -webkit-color-adjust
643 economy
644 exact
645
646 // -webkit-text-emphasis-position 642 // -webkit-text-emphasis-position
647 over 643 over
648 under 644 under
649 645
650 // -webkit-text-emphasis-style 646 // -webkit-text-emphasis-style
651 filled 647 filled
652 open 648 open
653 dot 649 dot
654 // circle 650 // circle
655 double-circle 651 double-circle
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 789
794 // will-change 790 // will-change
795 // auto 791 // auto
796 contents 792 contents
797 scroll-position 793 scroll-position
798 794
799 // all 795 // all
800 // initial 796 // initial
801 // inherit 797 // inherit
802 unset 798 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