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

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

Issue 195823006: Revert 169264 "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « trunk/Source/core/css/CSSProperties.in ('k') | trunk/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
(...skipping 29 matching lines...) Expand all
40 transition-timing-function 40 transition-timing-function
41 41
42 // next, high-priority properties (those on which other properties can depend) 42 // next, high-priority properties (those on which other properties can depend)
43 // must be listed 43 // must be listed
44 color 44 color
45 direction 45 direction
46 font 46 font
47 font-family 47 font-family
48 font-kerning 48 font-kerning
49 font-size 49 font-size
50 font-stretch
51 font-style 50 font-style
52 font-variant 51 font-variant
53 font-variant-ligatures 52 font-variant-ligatures
54 font-weight 53 font-weight
55 text-rendering 54 text-rendering
56 -webkit-font-feature-settings 55 -webkit-font-feature-settings
57 -webkit-font-smoothing 56 -webkit-font-smoothing
58 -webkit-locale 57 -webkit-locale
59 -webkit-text-orientation 58 -webkit-text-orientation
60 -epub-text-orientation alias_for=-webkit-text-orientation 59 -epub-text-orientation alias_for=-webkit-text-orientation
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 -epub-caption-side alias_for=caption-side 125 -epub-caption-side alias_for=caption-side
127 clear 126 clear
128 clip 127 clip
129 -webkit-clip-path 128 -webkit-clip-path
130 content 129 content
131 counter-increment 130 counter-increment
132 counter-reset 131 counter-reset
133 cursor 132 cursor
134 empty-cells 133 empty-cells
135 float 134 float
135 font-stretch
136 height 136 height
137 image-rendering 137 image-rendering
138 isolation 138 isolation
139 justify-self 139 justify-self
140 left 140 left
141 letter-spacing 141 letter-spacing
142 list-style 142 list-style
143 list-style-image 143 list-style-image
144 list-style-position 144 list-style-position
145 list-style-type 145 list-style-type
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 user-zoom 423 user-zoom
424 -webkit-tap-highlight-color 424 -webkit-tap-highlight-color
425 -webkit-app-region 425 -webkit-app-region
426 426
427 // Internal properties. 427 // Internal properties.
428 -internal-marquee-direction 428 -internal-marquee-direction
429 -internal-marquee-increment 429 -internal-marquee-increment
430 -internal-marquee-repetition 430 -internal-marquee-repetition
431 -internal-marquee-speed 431 -internal-marquee-speed
432 -internal-marquee-style 432 -internal-marquee-style
OLDNEW
« no previous file with comments | « trunk/Source/core/css/CSSProperties.in ('k') | trunk/Source/core/css/CSSShorthands.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698