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

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

Issue 13992003: Add support for parsing <grid-line> that includes a 'span' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 #endif 996 #endif
997 997
998 // overflow 998 // overflow
999 -webkit-paged-x 999 -webkit-paged-x
1000 -webkit-paged-y 1000 -webkit-paged-y
1001 1001
1002 // -webkit-app-region 1002 // -webkit-app-region
1003 drag 1003 drag
1004 no-drag 1004 no-drag
1005 1005
1006 // -webkit-grid-{start|end|before|after}
1007 span
1008
1006 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 1009 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
1007 // text-indent 1010 // text-indent
1008 -webkit-each-line 1011 -webkit-each-line
1009 #endif 1012 #endif
1010 1013
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698