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

Side by Side Diff: Source/core/css/CSSPropertyNames.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/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('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 property names 2 // CSS property names
3 // 3 //
4 // Some properties are used internally, but are not part of CSS. They are used t o get 4 // Some properties are used internally, but are not part of CSS. They are used t o get
5 // HTML4 compatibility in the rendering engine. 5 // HTML4 compatibility in the rendering engine.
6 // 6 //
7 // Microsoft extensions are documented here: 7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9 // 9 //
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 -webkit-box-sizing = box-sizing 95 -webkit-box-sizing = box-sizing
96 caption-side 96 caption-side
97 -epub-caption-side = caption-side 97 -epub-caption-side = caption-side
98 clear 98 clear
99 clip 99 clip
100 -webkit-clip-path 100 -webkit-clip-path
101 content 101 content
102 counter-increment 102 counter-increment
103 counter-reset 103 counter-reset
104 cursor 104 cursor
105 #if defined(ENABLE_CURSOR_VISIBILITY) && ENABLE_CURSOR_VISIBILITY
106 -webkit-cursor-visibility
107 #endif
108 empty-cells 105 empty-cells
109 float 106 float
110 font-stretch 107 font-stretch
111 height 108 height
112 image-rendering 109 image-rendering
113 left 110 left
114 letter-spacing 111 letter-spacing
115 list-style 112 list-style
116 list-style-image 113 list-style-image
117 list-style-position 114 list-style-position
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 max-zoom 413 max-zoom
417 min-zoom 414 min-zoom
418 orientation 415 orientation
419 user-zoom 416 user-zoom
420 #endif 417 #endif
421 -webkit-tap-highlight-color 418 -webkit-tap-highlight-color
422 -webkit-app-region 419 -webkit-app-region
423 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO W_SCROLLING 420 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO W_SCROLLING
424 -webkit-overflow-scrolling 421 -webkit-overflow-scrolling
425 #endif 422 #endif
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698