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

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: Modifying computed value resolution. 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
139 justify-self 140 justify-self
140 left 141 left
141 letter-spacing 142 letter-spacing
142 list-style 143 list-style
143 list-style-image 144 list-style-image
144 list-style-position 145 list-style-position
145 list-style-type 146 list-style-type
146 margin 147 margin
147 margin-bottom 148 margin-bottom
148 margin-left 149 margin-left
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 user-zoom 426 user-zoom
426 -webkit-tap-highlight-color 427 -webkit-tap-highlight-color
427 -webkit-app-region 428 -webkit-app-region
428 429
429 // Internal properties. 430 // Internal properties.
430 -internal-marquee-direction 431 -internal-marquee-direction
431 -internal-marquee-increment 432 -internal-marquee-increment
432 -internal-marquee-repetition 433 -internal-marquee-repetition
433 -internal-marquee-speed 434 -internal-marquee-speed
434 -internal-marquee-style 435 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698