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

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

Issue 140253004: Implement 'scroll-behavior' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review comments 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 padding-top 177 padding-top
178 page 178 page
179 page-break-after 179 page-break-after
180 page-break-before 180 page-break-before
181 page-break-inside 181 page-break-inside
182 pointer-events 182 pointer-events
183 position 183 position
184 quotes 184 quotes
185 resize 185 resize
186 right 186 right
187 scroll-behavior
187 size 188 size
188 src 189 src
189 speak 190 speak
190 table-layout 191 table-layout
191 tab-size 192 tab-size
192 text-align 193 text-align
193 text-align-last 194 text-align-last
194 text-decoration 195 text-decoration
195 text-decoration-line 196 text-decoration-line
196 text-decoration-style 197 text-decoration-style
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 user-zoom 431 user-zoom
431 -webkit-tap-highlight-color 432 -webkit-tap-highlight-color
432 -webkit-app-region 433 -webkit-app-region
433 434
434 // Internal properties. 435 // Internal properties.
435 -internal-marquee-direction 436 -internal-marquee-direction
436 -internal-marquee-increment 437 -internal-marquee-increment
437 -internal-marquee-repetition 438 -internal-marquee-repetition
438 -internal-marquee-speed 439 -internal-marquee-speed
439 -internal-marquee-style 440 -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