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

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

Issue 17090005: [CSS Grid Layout] Implement 'justify-self' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a bug in parseColor uncovered by the patch Created 6 years, 11 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/CSSValueKeywords.in » ('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 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-self
139 left 140 left
140 letter-spacing 141 letter-spacing
141 list-style 142 list-style
142 list-style-image 143 list-style-image
143 list-style-position 144 list-style-position
144 list-style-type 145 list-style-type
145 margin 146 margin
146 margin-bottom 147 margin-bottom
147 margin-left 148 margin-left
148 margin-right 149 margin-right
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 user-zoom 430 user-zoom
430 -webkit-tap-highlight-color 431 -webkit-tap-highlight-color
431 -webkit-app-region 432 -webkit-app-region
432 433
433 // Internal properties. 434 // Internal properties.
434 -internal-marquee-direction 435 -internal-marquee-direction
435 -internal-marquee-increment 436 -internal-marquee-increment
436 -internal-marquee-repetition 437 -internal-marquee-repetition
437 -internal-marquee-speed 438 -internal-marquee-speed
438 -internal-marquee-style 439 -internal-marquee-style
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698