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

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

Issue 24077007: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master again 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 157 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
158 // and may be in use on some websites and widgets. 158 // and may be in use on some websites and widgets.
159 -webkit-opacity alias_for=opacity 159 -webkit-opacity alias_for=opacity
160 orphans 160 orphans
161 outline 161 outline
162 outline-color 162 outline-color
163 outline-offset 163 outline-offset
164 outline-style 164 outline-style
165 outline-width 165 outline-width
166 object-fit 166 object-fit
167 object-position
167 overflow 168 overflow
168 overflow-wrap 169 overflow-wrap
169 overflow-x 170 overflow-x
170 overflow-y 171 overflow-y
171 padding 172 padding
172 padding-bottom 173 padding-bottom
173 padding-left 174 padding-left
174 padding-right 175 padding-right
175 padding-top 176 padding-top
176 page 177 page
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 user-zoom 419 user-zoom
419 -webkit-tap-highlight-color 420 -webkit-tap-highlight-color
420 -webkit-app-region 421 -webkit-app-region
421 422
422 // Internal properties. 423 // Internal properties.
423 -internal-marquee-direction 424 -internal-marquee-direction
424 -internal-marquee-increment 425 -internal-marquee-increment
425 -internal-marquee-repetition 426 -internal-marquee-repetition
426 -internal-marquee-speed 427 -internal-marquee-speed
427 -internal-marquee-style 428 -internal-marquee-style
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