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

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

Issue 13896036: [CSSMQ] Implemented support for the scan media feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: another static_cast removed. Created 7 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
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 inherit 4 inherit
5 initial 5 initial
6 // 6 //
7 // CSS_PROP_OUTLINE_STYLE 7 // CSS_PROP_OUTLINE_STYLE
8 // CSS_PROP_BORDER_TOP_STYLE 8 // CSS_PROP_BORDER_TOP_STYLE
9 // CSS_PROP_BORDER_BOTTOM_STYLE 9 // CSS_PROP_BORDER_BOTTOM_STYLE
10 // CSS_PROP_BORDER_LEFT_STYLE 10 // CSS_PROP_BORDER_LEFT_STYLE
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 no-drag 988 no-drag
989 989
990 // -webkit-grid-{start|end|before|after} 990 // -webkit-grid-{start|end|before|after}
991 span 991 span
992 992
993 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 993 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
994 // text-indent 994 // text-indent
995 -webkit-each-line 995 -webkit-each-line
996 #endif 996 #endif
997 997
998 // (scan:) media feature
999 progressive
1000 interlace
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-unknown-ident-values-expected.html ('k') | Source/core/css/MediaFeatureNames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698