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

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

Issue 18532004: Implement 'grid-template' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined and updated after Ojan's and Elliott's comments Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValue.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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 grid-auto-rows 301 grid-auto-rows
302 grid-area 302 grid-area
303 grid-column 303 grid-column
304 grid-column-end 304 grid-column-end
305 grid-column-start 305 grid-column-start
306 grid-definition-columns 306 grid-definition-columns
307 grid-definition-rows 307 grid-definition-rows
308 grid-row 308 grid-row
309 grid-row-end 309 grid-row-end
310 grid-row-start 310 grid-row-start
311 grid-template
311 -webkit-highlight 312 -webkit-highlight
312 -webkit-hyphenate-character 313 -webkit-hyphenate-character
313 -webkit-hyphenate-limit-after 314 -webkit-hyphenate-limit-after
314 -webkit-hyphenate-limit-before 315 -webkit-hyphenate-limit-before
315 -webkit-hyphenate-limit-lines 316 -webkit-hyphenate-limit-lines
316 -webkit-hyphens 317 -webkit-hyphens
317 -epub-hyphens alias_for=-webkit-hyphens 318 -epub-hyphens alias_for=-webkit-hyphens
318 -webkit-line-box-contain 319 -webkit-line-box-contain
319 -webkit-line-align 320 -webkit-line-align
320 -webkit-line-break 321 -webkit-line-break
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 -webkit-shape-margin 410 -webkit-shape-margin
410 -webkit-shape-padding 411 -webkit-shape-padding
411 -webkit-wrap-flow 412 -webkit-wrap-flow
412 -webkit-wrap-through 413 -webkit-wrap-through
413 max-zoom 414 max-zoom
414 min-zoom 415 min-zoom
415 orientation 416 orientation
416 user-zoom 417 user-zoom
417 -webkit-tap-highlight-color 418 -webkit-tap-highlight-color
418 -webkit-app-region 419 -webkit-app-region
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698