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

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

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSShorthands.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
11 // high-priority properties (those on which other properties can depend) must 11 // high-priority properties (those on which other properties can depend) must
12 // be listed first 12 // be listed first
13 color 13 color
14 direction 14 direction
15 font 15 font
16 font-family 16 font-family
17 font-kerning 17 font-kerning
18 font-size 18 font-size
19 font-stretch
19 font-style 20 font-style
20 font-variant 21 font-variant
21 font-variant-ligatures 22 font-variant-ligatures
22 font-weight 23 font-weight
23 text-rendering 24 text-rendering
24 -webkit-font-feature-settings 25 -webkit-font-feature-settings
25 -webkit-font-smoothing 26 -webkit-font-smoothing
26 -webkit-locale 27 -webkit-locale
27 -webkit-text-orientation 28 -webkit-text-orientation
28 -epub-text-orientation alias_for=-webkit-text-orientation 29 -epub-text-orientation alias_for=-webkit-text-orientation
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 -epub-caption-side alias_for=caption-side 95 -epub-caption-side alias_for=caption-side
95 clear 96 clear
96 clip 97 clip
97 -webkit-clip-path 98 -webkit-clip-path
98 content 99 content
99 counter-increment 100 counter-increment
100 counter-reset 101 counter-reset
101 cursor 102 cursor
102 empty-cells 103 empty-cells
103 float 104 float
104 font-stretch
105 height 105 height
106 image-rendering 106 image-rendering
107 isolation 107 isolation
108 justify-items 108 justify-items
109 justify-self 109 justify-self
110 left 110 left
111 letter-spacing 111 letter-spacing
112 list-style 112 list-style
113 list-style-image 113 list-style-image
114 list-style-position 114 list-style-position
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 -webkit-tap-highlight-color 412 -webkit-tap-highlight-color
413 -webkit-app-region 413 -webkit-app-region
414 all 414 all
415 415
416 // Internal properties. 416 // Internal properties.
417 -internal-marquee-direction 417 -internal-marquee-direction
418 -internal-marquee-increment 418 -internal-marquee-increment
419 -internal-marquee-repetition 419 -internal-marquee-repetition
420 -internal-marquee-speed 420 -internal-marquee-speed
421 -internal-marquee-style 421 -internal-marquee-style
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSShorthands.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698