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

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

Issue 14612004: Remove CURSOR_VISIBILITY, it's always off (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix UseCounter 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/StyleBuilder.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 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 col-resize 371 col-resize
372 row-resize 372 row-resize
373 text 373 text
374 wait 374 wait
375 help 375 help
376 all-scroll 376 all-scroll
377 -webkit-grab 377 -webkit-grab
378 -webkit-grabbing 378 -webkit-grabbing
379 // none 379 // none
380 // 380 //
381 // CSS_PROP_CURSOR_VISIBILITY:
382 // auto
383 auto-hide
384 //
385 // CSS_PROP_DIRECTION: 381 // CSS_PROP_DIRECTION:
386 // 382 //
387 ltr 383 ltr
388 rtl 384 rtl
389 // 385 //
390 // CSS_PROP_TEXT_TRANSFORM: 386 // CSS_PROP_TEXT_TRANSFORM:
391 // 387 //
392 capitalize 388 capitalize
393 uppercase 389 uppercase
394 lowercase 390 lowercase
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 no-drag 989 no-drag
994 990
995 // -webkit-grid-{start|end|before|after} 991 // -webkit-grid-{start|end|before|after}
996 span 992 span
997 993
998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 994 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
999 // text-indent 995 // text-indent
1000 -webkit-each-line 996 -webkit-each-line
1001 #endif 997 #endif
1002 998
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/StyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698