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

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

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 5 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/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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 -webkit-transform-style 409 -webkit-transform-style
410 -webkit-user-drag 410 -webkit-user-drag
411 -webkit-user-modify 411 -webkit-user-modify
412 -webkit-user-select 412 -webkit-user-select
413 -webkit-shape-outside alias_for=shape-outside 413 -webkit-shape-outside alias_for=shape-outside
414 -webkit-shape-margin alias_for=shape-margin 414 -webkit-shape-margin alias_for=shape-margin
415 -webkit-shape-image-threshold alias_for=shape-image-threshold 415 -webkit-shape-image-threshold alias_for=shape-image-threshold
416 shape-outside 416 shape-outside
417 shape-margin 417 shape-margin
418 shape-image-threshold 418 shape-image-threshold
419 -webkit-wrap-flow
420 -webkit-wrap-through
421 max-zoom 419 max-zoom
422 min-zoom 420 min-zoom
423 orientation 421 orientation
424 user-zoom 422 user-zoom
425 -webkit-tap-highlight-color 423 -webkit-tap-highlight-color
426 -webkit-app-region 424 -webkit-app-region
427 all 425 all
428 426
429 // Internal properties. 427 // Internal properties.
430 -internal-marquee-direction 428 -internal-marquee-direction
431 -internal-marquee-increment 429 -internal-marquee-increment
432 -internal-marquee-repetition 430 -internal-marquee-repetition
433 -internal-marquee-speed 431 -internal-marquee-speed
434 -internal-marquee-style 432 -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