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

Side by Side Diff: trunk/Source/core/css/CSSPropertyNames.in

Issue 23465021: Revert 157745 "Add support for the object-position CSS property." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 3 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 | « trunk/Source/core/css/CSSProperty.cpp ('k') | trunk/Source/core/css/Pair.h » ('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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 156 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
157 // and may be in use on some websites and widgets. 157 // and may be in use on some websites and widgets.
158 -webkit-opacity alias_for=opacity 158 -webkit-opacity alias_for=opacity
159 orphans 159 orphans
160 outline 160 outline
161 outline-color 161 outline-color
162 outline-offset 162 outline-offset
163 outline-style 163 outline-style
164 outline-width 164 outline-width
165 object-fit 165 object-fit
166 object-position
167 overflow 166 overflow
168 overflow-wrap 167 overflow-wrap
169 overflow-x 168 overflow-x
170 overflow-y 169 overflow-y
171 padding 170 padding
172 padding-bottom 171 padding-bottom
173 padding-left 172 padding-left
174 padding-right 173 padding-right
175 padding-top 174 padding-top
176 page 175 page
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 -webkit-wrap-through 417 -webkit-wrap-through
419 max-zoom 418 max-zoom
420 min-zoom 419 min-zoom
421 orientation 420 orientation
422 user-zoom 421 user-zoom
423 -webkit-tap-highlight-color 422 -webkit-tap-highlight-color
424 -webkit-app-region 423 -webkit-app-region
425 424
426 // Internal properties. 425 // Internal properties.
427 -internal-marquee-direction 426 -internal-marquee-direction
OLDNEW
« no previous file with comments | « trunk/Source/core/css/CSSProperty.cpp ('k') | trunk/Source/core/css/Pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698