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

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: 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 no-drag 993 no-drag
994 994
995 // -webkit-grid-{start|end|before|after} 995 // -webkit-grid-{start|end|before|after}
996 span 996 span
997 997
998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
999 // text-indent 999 // text-indent
1000 -webkit-each-line 1000 -webkit-each-line
1001 #endif 1001 #endif
1002 1002
1003 // (scan:) media feature
1004 progressive
1005 interlace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698