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

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

Issue 22839023: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master 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
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | 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
166 overflow 167 overflow
167 overflow-wrap 168 overflow-wrap
168 overflow-x 169 overflow-x
169 overflow-y 170 overflow-y
170 padding 171 padding
171 padding-bottom 172 padding-bottom
172 padding-left 173 padding-left
173 padding-right 174 padding-right
174 padding-top 175 padding-top
175 page 176 page
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 -webkit-wrap-through 418 -webkit-wrap-through
418 max-zoom 419 max-zoom
419 min-zoom 420 min-zoom
420 orientation 421 orientation
421 user-zoom 422 user-zoom
422 -webkit-tap-highlight-color 423 -webkit-tap-highlight-color
423 -webkit-app-region 424 -webkit-app-region
424 425
425 // Internal properties. 426 // Internal properties.
426 -internal-marquee-direction 427 -internal-marquee-direction
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/Pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698