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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 -webkit-text-stroke-width 400 -webkit-text-stroke-width
401 -webkit-transform 401 -webkit-transform
402 -webkit-transform-origin 402 -webkit-transform-origin
403 -webkit-transform-origin-x 403 -webkit-transform-origin-x
404 -webkit-transform-origin-y 404 -webkit-transform-origin-y
405 -webkit-transform-origin-z 405 -webkit-transform-origin-z
406 -webkit-transform-style 406 -webkit-transform-style
407 -webkit-user-drag 407 -webkit-user-drag
408 -webkit-user-modify 408 -webkit-user-modify
409 -webkit-user-select 409 -webkit-user-select
410 -webkit-flow-into
411 -webkit-flow-from
412 -webkit-region-fragment
413 -webkit-region-break-after
414 -webkit-region-break-before
415 -webkit-region-break-inside
416 -webkit-shape-inside alias_for=shape-inside 410 -webkit-shape-inside alias_for=shape-inside
417 -webkit-shape-outside alias_for=shape-outside 411 -webkit-shape-outside alias_for=shape-outside
418 -webkit-shape-margin alias_for=shape-margin 412 -webkit-shape-margin alias_for=shape-margin
419 -webkit-shape-padding alias_for=shape-padding 413 -webkit-shape-padding alias_for=shape-padding
420 -webkit-shape-image-threshold alias_for=shape-image-threshold 414 -webkit-shape-image-threshold alias_for=shape-image-threshold
421 shape-inside 415 shape-inside
422 shape-outside 416 shape-outside
423 shape-margin 417 shape-margin
424 shape-padding 418 shape-padding
425 shape-image-threshold 419 shape-image-threshold
426 -webkit-wrap-flow 420 -webkit-wrap-flow
427 -webkit-wrap-through 421 -webkit-wrap-through
428 max-zoom 422 max-zoom
429 min-zoom 423 min-zoom
430 orientation 424 orientation
431 user-zoom 425 user-zoom
432 -webkit-tap-highlight-color 426 -webkit-tap-highlight-color
433 -webkit-app-region 427 -webkit-app-region
434 428
435 // Internal properties. 429 // Internal properties.
436 -internal-marquee-direction 430 -internal-marquee-direction
437 -internal-marquee-increment 431 -internal-marquee-increment
438 -internal-marquee-repetition 432 -internal-marquee-repetition
439 -internal-marquee-speed 433 -internal-marquee-speed
440 -internal-marquee-style 434 -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