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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/CSSPropertySourceData.h » ('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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 -webkit-text-stroke-width 399 -webkit-text-stroke-width
400 -webkit-transform 400 -webkit-transform
401 -webkit-transform-origin 401 -webkit-transform-origin
402 -webkit-transform-origin-x 402 -webkit-transform-origin-x
403 -webkit-transform-origin-y 403 -webkit-transform-origin-y
404 -webkit-transform-origin-z 404 -webkit-transform-origin-z
405 -webkit-transform-style 405 -webkit-transform-style
406 -webkit-user-drag 406 -webkit-user-drag
407 -webkit-user-modify 407 -webkit-user-modify
408 -webkit-user-select 408 -webkit-user-select
409 -webkit-flow-into
410 -webkit-flow-from
411 -webkit-region-fragment
412 -webkit-region-break-after
413 -webkit-region-break-before
414 -webkit-region-break-inside
415 -webkit-shape-inside alias_for=shape-inside 409 -webkit-shape-inside alias_for=shape-inside
416 -webkit-shape-outside alias_for=shape-outside 410 -webkit-shape-outside alias_for=shape-outside
417 -webkit-shape-margin alias_for=shape-margin 411 -webkit-shape-margin alias_for=shape-margin
418 -webkit-shape-padding alias_for=shape-padding 412 -webkit-shape-padding alias_for=shape-padding
419 -webkit-shape-image-threshold alias_for=shape-image-threshold 413 -webkit-shape-image-threshold alias_for=shape-image-threshold
420 shape-inside 414 shape-inside
421 shape-outside 415 shape-outside
422 shape-margin 416 shape-margin
423 shape-padding 417 shape-padding
424 shape-image-threshold 418 shape-image-threshold
425 -webkit-wrap-flow 419 -webkit-wrap-flow
426 -webkit-wrap-through 420 -webkit-wrap-through
427 max-zoom 421 max-zoom
428 min-zoom 422 min-zoom
429 orientation 423 orientation
430 user-zoom 424 user-zoom
431 -webkit-tap-highlight-color 425 -webkit-tap-highlight-color
432 -webkit-app-region 426 -webkit-app-region
433 427
434 // Internal properties. 428 // Internal properties.
435 -internal-marquee-direction 429 -internal-marquee-direction
436 -internal-marquee-increment 430 -internal-marquee-increment
437 -internal-marquee-repetition 431 -internal-marquee-repetition
438 -internal-marquee-speed 432 -internal-marquee-speed
439 -internal-marquee-style 433 -internal-marquee-style
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSPropertySourceData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698