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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more (all?) tests Created 6 years, 9 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 -webkit-text-stroke-width 398 -webkit-text-stroke-width
399 -webkit-transform 399 -webkit-transform
400 -webkit-transform-origin 400 -webkit-transform-origin
401 -webkit-transform-origin-x 401 -webkit-transform-origin-x
402 -webkit-transform-origin-y 402 -webkit-transform-origin-y
403 -webkit-transform-origin-z 403 -webkit-transform-origin-z
404 -webkit-transform-style 404 -webkit-transform-style
405 -webkit-user-drag 405 -webkit-user-drag
406 -webkit-user-modify 406 -webkit-user-modify
407 -webkit-user-select 407 -webkit-user-select
408 -webkit-shape-inside alias_for=shape-inside
409 -webkit-shape-outside alias_for=shape-outside 408 -webkit-shape-outside alias_for=shape-outside
410 -webkit-shape-margin alias_for=shape-margin 409 -webkit-shape-margin alias_for=shape-margin
411 -webkit-shape-padding alias_for=shape-padding 410 -webkit-shape-padding alias_for=shape-padding
412 -webkit-shape-image-threshold alias_for=shape-image-threshold 411 -webkit-shape-image-threshold alias_for=shape-image-threshold
413 shape-inside
414 shape-outside 412 shape-outside
415 shape-margin 413 shape-margin
416 shape-padding 414 shape-padding
417 shape-image-threshold 415 shape-image-threshold
418 -webkit-wrap-flow 416 -webkit-wrap-flow
419 -webkit-wrap-through 417 -webkit-wrap-through
420 max-zoom 418 max-zoom
421 min-zoom 419 min-zoom
422 orientation 420 orientation
423 user-zoom 421 user-zoom
424 -webkit-tap-highlight-color 422 -webkit-tap-highlight-color
425 -webkit-app-region 423 -webkit-app-region
426 424
427 // Internal properties. 425 // Internal properties.
428 -internal-marquee-direction 426 -internal-marquee-direction
429 -internal-marquee-increment 427 -internal-marquee-increment
430 -internal-marquee-repetition 428 -internal-marquee-repetition
431 -internal-marquee-speed 429 -internal-marquee-speed
432 -internal-marquee-style 430 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698