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

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

Issue 333423005: [CSS Grid Layout] Implement 'justify-items' parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 content 129 content
130 counter-increment 130 counter-increment
131 counter-reset 131 counter-reset
132 cursor 132 cursor
133 empty-cells 133 empty-cells
134 float 134 float
135 font-stretch 135 font-stretch
136 height 136 height
137 image-rendering 137 image-rendering
138 isolation 138 isolation
139 justify-items
140 -webkit-justify-items alias_for=justify-items
cbiesinger 2014/06/17 22:53:33 Why add this?
jfernandez 2014/06/19 15:19:14 Well, I had doubts as well, but I saw the alias in
cbiesinger 2014/06/21 00:45:23 Please remove it.. the other properties only have
139 justify-self 141 justify-self
140 left 142 left
141 letter-spacing 143 letter-spacing
142 list-style 144 list-style
143 list-style-image 145 list-style-image
144 list-style-position 146 list-style-position
145 list-style-type 147 list-style-type
146 margin 148 margin
147 margin-bottom 149 margin-bottom
148 margin-left 150 margin-left
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 user-zoom 427 user-zoom
426 -webkit-tap-highlight-color 428 -webkit-tap-highlight-color
427 -webkit-app-region 429 -webkit-app-region
428 430
429 // Internal properties. 431 // Internal properties.
430 -internal-marquee-direction 432 -internal-marquee-direction
431 -internal-marquee-increment 433 -internal-marquee-increment
432 -internal-marquee-repetition 434 -internal-marquee-repetition
433 -internal-marquee-speed 435 -internal-marquee-speed
434 -internal-marquee-style 436 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698