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

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: 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
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 155 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
156 // and may be in use on some websites and widgets. 156 // and may be in use on some websites and widgets.
157 -webkit-opacity alias_for=opacity 157 -webkit-opacity alias_for=opacity
158 orphans 158 orphans
159 outline 159 outline
160 outline-color 160 outline-color
161 outline-offset 161 outline-offset
162 outline-style 162 outline-style
163 outline-width 163 outline-width
164 object-fit 164 object-fit
165 object-position
165 overflow 166 overflow
166 overflow-wrap 167 overflow-wrap
167 overflow-x 168 overflow-x
168 overflow-y 169 overflow-y
169 padding 170 padding
170 padding-bottom 171 padding-bottom
171 padding-left 172 padding-left
172 padding-right 173 padding-right
173 padding-top 174 padding-top
174 page 175 page
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 -webkit-wrap-through 417 -webkit-wrap-through
417 max-zoom 418 max-zoom
418 min-zoom 419 min-zoom
419 orientation 420 orientation
420 user-zoom 421 user-zoom
421 -webkit-tap-highlight-color 422 -webkit-tap-highlight-color
422 -webkit-app-region 423 -webkit-app-region
423 424
424 // Internal properties. 425 // Internal properties.
425 -internal-marquee-direction 426 -internal-marquee-direction
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698