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

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

Issue 17601010: [CSS Grid Layout] Rename grid placement properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: missing webposed/ changes 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/StylePropertyShorthand.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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 flex-grow 282 flex-grow
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-flow
292 grid-auto-rows 293 grid-auto-rows
294 grid-area
295 grid-column
296 grid-column-end
297 grid-column-start
293 grid-definition-columns 298 grid-definition-columns
294 grid-definition-rows 299 grid-definition-rows
295 grid-start
296 grid-end
297 grid-before
298 grid-after
299 grid-column
300 grid-row 300 grid-row
301 grid-auto-flow 301 grid-row-end
302 grid-area 302 grid-row-start
303 -webkit-highlight 303 -webkit-highlight
304 -webkit-hyphenate-character 304 -webkit-hyphenate-character
305 -webkit-hyphenate-limit-after 305 -webkit-hyphenate-limit-after
306 -webkit-hyphenate-limit-before 306 -webkit-hyphenate-limit-before
307 -webkit-hyphenate-limit-lines 307 -webkit-hyphenate-limit-lines
308 -webkit-hyphens 308 -webkit-hyphens
309 -epub-hyphens alias_for=-webkit-hyphens 309 -epub-hyphens alias_for=-webkit-hyphens
310 -webkit-line-box-contain 310 -webkit-line-box-contain
311 -webkit-line-align 311 -webkit-line-align
312 -webkit-line-break 312 -webkit-line-break
(...skipping 95 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/StylePropertyShorthand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698