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

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

Issue 15734030: Remove support for device-width|height for @viewport rule according to spec change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
« no previous file with comments | « Source/core/css/CSSParser.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.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 automatically 6 // CSSParserModes. Values that have the prefix -internal- are automatically
7 // only for UASheetMode. 7 // only for UASheetMode.
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 // fixed 784 // fixed
785 zoom 785 zoom
786 786
787 // 787 //
788 // CSS_PROP_MIN_WIDTH 788 // CSS_PROP_MIN_WIDTH
789 // CSS_PROP_MAX_WIDTH 789 // CSS_PROP_MAX_WIDTH
790 // CSS_PROP_MIN_HEIGHT 790 // CSS_PROP_MIN_HEIGHT
791 // CSS_PROP_MAX_HEIGHT 791 // CSS_PROP_MAX_HEIGHT
792 // 792 //
793 // auto 793 // auto
794 device-width
795 device-height
rune 2013/06/12 16:30:50 Remove the comments above, too?
796 794
797 // 795 //
798 // CSS_PROP_POINTER_EVENTS 796 // CSS_PROP_POINTER_EVENTS
799 // 797 //
800 visiblePainted 798 visiblePainted
801 visibleFill 799 visibleFill
802 visibleStroke 800 visibleStroke
803 //visible 801 //visible
804 painted 802 painted
805 fill 803 fill
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 983
986 // -webkit-grid-{start|end|before|after} 984 // -webkit-grid-{start|end|before|after}
987 span 985 span
988 986
989 // text-indent 987 // text-indent
990 -webkit-each-line condition=CSS3_TEXT 988 -webkit-each-line condition=CSS3_TEXT
991 989
992 // (scan:) media feature 990 // (scan:) media feature
993 progressive 991 progressive
994 interlace 992 interlace
OLDNEW
« no previous file with comments | « Source/core/css/CSSParser.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698