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

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

Issue 16959008: [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 7 years, 5 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/resolver/StyleResolver.cpp » ('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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 -webkit-flex-grow alias_for=flex-grow 283 -webkit-flex-grow alias_for=flex-grow
284 flex-shrink 284 flex-shrink
285 -webkit-flex-shrink alias_for=flex-shrink 285 -webkit-flex-shrink alias_for=flex-shrink
286 flex-wrap 286 flex-wrap
287 -webkit-flex-wrap alias_for=flex-wrap 287 -webkit-flex-wrap alias_for=flex-wrap
288 justify-content 288 justify-content
289 -webkit-justify-content alias_for=justify-content 289 -webkit-justify-content alias_for=justify-content
290 -webkit-font-size-delta 290 -webkit-font-size-delta
291 grid-auto-columns 291 grid-auto-columns
292 grid-auto-rows 292 grid-auto-rows
293 grid-columns 293 grid-definition-columns
294 grid-rows 294 grid-definition-rows
295 grid-start 295 grid-start
296 grid-end 296 grid-end
297 grid-before 297 grid-before
298 grid-after 298 grid-after
299 grid-column 299 grid-column
300 grid-row 300 grid-row
301 grid-auto-flow 301 grid-auto-flow
302 grid-area 302 grid-area
303 -webkit-highlight 303 -webkit-highlight
304 -webkit-hyphenate-character 304 -webkit-hyphenate-character
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 -webkit-shape-padding 408 -webkit-shape-padding
409 -webkit-wrap-flow 409 -webkit-wrap-flow
410 -webkit-wrap-through 410 -webkit-wrap-through
411 max-zoom 411 max-zoom
412 min-zoom 412 min-zoom
413 orientation 413 orientation
414 user-zoom 414 user-zoom
415 -webkit-tap-highlight-color 415 -webkit-tap-highlight-color
416 -webkit-app-region 416 -webkit-app-region
417 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 417 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698