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

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

Issue 149373004: [CSS Grid Layout] Implementation of the grid-template shorthand. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@grid-template-working
Patch Set: rebased and applied suggested changes. Created 6 years, 9 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 justify-content 317 justify-content
318 -webkit-justify-content alias_for=justify-content 318 -webkit-justify-content alias_for=justify-content
319 -webkit-font-size-delta 319 -webkit-font-size-delta
320 grid-auto-columns 320 grid-auto-columns
321 grid-auto-flow 321 grid-auto-flow
322 grid-auto-rows 322 grid-auto-rows
323 grid-area 323 grid-area
324 grid-column 324 grid-column
325 grid-column-end 325 grid-column-end
326 grid-column-start 326 grid-column-start
327 grid-template
327 grid-template-columns 328 grid-template-columns
328 grid-template-rows 329 grid-template-rows
329 grid-row 330 grid-row
330 grid-row-end 331 grid-row-end
331 grid-row-start 332 grid-row-start
332 grid-template-areas 333 grid-template-areas
333 -webkit-highlight 334 -webkit-highlight
334 -webkit-hyphenate-character 335 -webkit-hyphenate-character
335 -webkit-line-box-contain 336 -webkit-line-box-contain
336 -webkit-line-break 337 -webkit-line-break
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 user-zoom 424 user-zoom
424 -webkit-tap-highlight-color 425 -webkit-tap-highlight-color
425 -webkit-app-region 426 -webkit-app-region
426 427
427 // Internal properties. 428 // Internal properties.
428 -internal-marquee-direction 429 -internal-marquee-direction
429 -internal-marquee-increment 430 -internal-marquee-increment
430 -internal-marquee-repetition 431 -internal-marquee-repetition
431 -internal-marquee-speed 432 -internal-marquee-speed
432 -internal-marquee-style 433 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698