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

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: Same change, forgot to update css-properties-as-js-properties.html result 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 | Annotate | Revision Log
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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 grid-auto-rows 293 grid-auto-rows
294 grid-area 294 grid-area
295 grid-column 295 grid-column
296 grid-column-end 296 grid-column-end
297 grid-column-start 297 grid-column-start
298 grid-definition-columns 298 grid-definition-columns
299 grid-definition-rows 299 grid-definition-rows
300 grid-row 300 grid-row
301 grid-row-end 301 grid-row-end
302 grid-row-start 302 grid-row-start
303 grid-template
303 -webkit-highlight 304 -webkit-highlight
304 -webkit-hyphenate-character 305 -webkit-hyphenate-character
305 -webkit-hyphenate-limit-after 306 -webkit-hyphenate-limit-after
306 -webkit-hyphenate-limit-before 307 -webkit-hyphenate-limit-before
307 -webkit-hyphenate-limit-lines 308 -webkit-hyphenate-limit-lines
308 -webkit-hyphens 309 -webkit-hyphens
309 -epub-hyphens alias_for=-webkit-hyphens 310 -epub-hyphens alias_for=-webkit-hyphens
310 -webkit-line-box-contain 311 -webkit-line-box-contain
311 -webkit-line-align 312 -webkit-line-align
312 -webkit-line-break 313 -webkit-line-break
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 -webkit-shape-margin 408 -webkit-shape-margin
408 -webkit-shape-padding 409 -webkit-shape-padding
409 -webkit-wrap-flow 410 -webkit-wrap-flow
410 -webkit-wrap-through 411 -webkit-wrap-through
411 max-zoom 412 max-zoom
412 min-zoom 413 min-zoom
413 orientation 414 orientation
414 user-zoom 415 user-zoom
415 -webkit-tap-highlight-color 416 -webkit-tap-highlight-color
416 -webkit-app-region 417 -webkit-app-region
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698