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

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

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed parseAnimationProperty Created 6 years, 8 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
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 shape-image-threshold 419 shape-image-threshold
420 -webkit-wrap-flow 420 -webkit-wrap-flow
421 -webkit-wrap-through 421 -webkit-wrap-through
422 max-zoom 422 max-zoom
423 min-zoom 423 min-zoom
424 orientation 424 orientation
425 user-zoom 425 user-zoom
426 -webkit-tap-highlight-color 426 -webkit-tap-highlight-color
427 -webkit-app-region 427 -webkit-app-region
428 428
429 // all is expanded to all properties except all and internals.
Nils Barth (inactive) 2014/04/03 06:27:06 ...and directional and bidi. This comment could ge
tasak 2014/05/12 14:33:27 Done.
430 // We don't need to use applyProperties for 'all'.
Nils Barth (inactive) 2014/04/03 06:27:06 I don't understand this comment; is it clearer in
tasak 2014/05/12 14:33:27 I think, this is not important comment. I removed.
431 all
432
429 // Internal properties. 433 // Internal properties.
430 -internal-marquee-direction 434 -internal-marquee-direction
431 -internal-marquee-increment 435 -internal-marquee-increment
432 -internal-marquee-repetition 436 -internal-marquee-repetition
433 -internal-marquee-speed 437 -internal-marquee-speed
434 -internal-marquee-style 438 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698