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

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

Issue 269053005: Remove CSS media features -webkit-transform-2d, -webkit-animation and -webkit-view-mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 7 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 | Annotate | Revision Log
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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 // text-rendering 828 // text-rendering
829 //auto 829 //auto
830 optimizeSpeed 830 optimizeSpeed
831 optimizeLegibility 831 optimizeLegibility
832 geometricPrecision 832 geometricPrecision
833 833
834 // -webkit-color-adjust 834 // -webkit-color-adjust
835 economy 835 economy
836 exact 836 exact
837 837
838 // (-webkit-view-mode:) media feature:
839 floating
840 fullscreen
841 maximized
842 minimized
843 windowed
844
845 // -webkit-hyphenate-limit-lines 838 // -webkit-hyphenate-limit-lines
846 no-limit 839 no-limit
847 840
848 // -webkit-writing-mode 841 // -webkit-writing-mode
849 // SVG compatibility 842 // SVG compatibility
850 lr 843 lr
851 rl 844 rl
852 tb 845 tb
853 lr-tb 846 lr-tb
854 rl-tb 847 rl-tb
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 safe 1021 safe
1029 1022
1030 // scroll-behavior 1023 // scroll-behavior
1031 instant 1024 instant
1032 smooth 1025 smooth
1033 1026
1034 // will-change 1027 // will-change
1035 // auto 1028 // auto
1036 contents 1029 contents
1037 scroll-position 1030 scroll-position
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-unknown-ident-values-expected.html ('k') | Source/core/css/MediaFeatureNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698