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

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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/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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 -webkit-box-orient 269 -webkit-box-orient
270 -webkit-box-pack 270 -webkit-box-pack
271 -webkit-box-reflect 271 -webkit-box-reflect
272 -webkit-box-shadow 272 -webkit-box-shadow
273 -internal-callback 273 -internal-callback
274 -webkit-column-axis 274 -webkit-column-axis
275 -webkit-column-break-after 275 -webkit-column-break-after
276 -webkit-column-break-before 276 -webkit-column-break-before
277 -webkit-column-break-inside 277 -webkit-column-break-inside
278 -webkit-column-count 278 -webkit-column-count
279 column-fill
279 -webkit-column-gap 280 -webkit-column-gap
280 -webkit-column-progression 281 -webkit-column-progression
281 -webkit-column-rule 282 -webkit-column-rule
282 -webkit-column-rule-color 283 -webkit-column-rule-color
283 -webkit-column-rule-style 284 -webkit-column-rule-style
284 -webkit-column-rule-width 285 -webkit-column-rule-width
285 -webkit-column-span 286 -webkit-column-span
286 -webkit-column-width 287 -webkit-column-width
287 -webkit-columns 288 -webkit-columns
288 -webkit-box-decoration-break 289 -webkit-box-decoration-break
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
427 -internal-marquee-increment 428 -internal-marquee-increment
428 -internal-marquee-repetition 429 -internal-marquee-repetition
429 -internal-marquee-speed 430 -internal-marquee-speed
430 -internal-marquee-style 431 -internal-marquee-style
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