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

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

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 content 129 content
130 counter-increment 130 counter-increment
131 counter-reset 131 counter-reset
132 cursor 132 cursor
133 empty-cells 133 empty-cells
134 float 134 float
135 font-stretch 135 font-stretch
136 height 136 height
137 image-rendering 137 image-rendering
138 left 138 left
139 -internal-priority
139 letter-spacing 140 letter-spacing
140 list-style 141 list-style
141 list-style-image 142 list-style-image
142 list-style-position 143 list-style-position
143 list-style-type 144 list-style-type
144 margin 145 margin
145 margin-bottom 146 margin-bottom
146 margin-left 147 margin-left
147 margin-right 148 margin-right
148 margin-top 149 margin-top
(...skipping 28 matching lines...) Expand all
177 pointer-events 178 pointer-events
178 position 179 position
179 quotes 180 quotes
180 resize 181 resize
181 right 182 right
182 size 183 size
183 src 184 src
184 speak 185 speak
185 table-layout 186 table-layout
186 tab-size 187 tab-size
188 -internal-target-density
187 text-align 189 text-align
188 text-align-last 190 text-align-last
189 text-decoration 191 text-decoration
190 text-decoration-line 192 text-decoration-line
191 text-decoration-style 193 text-decoration-style
192 text-decoration-color 194 text-decoration-color
193 text-indent 195 text-indent
194 text-line-through-color 196 text-line-through-color
195 text-line-through-mode 197 text-line-through-mode
196 text-line-through-style 198 text-line-through-style
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 -webkit-wrap-through 417 -webkit-wrap-through
416 max-zoom 418 max-zoom
417 min-zoom 419 min-zoom
418 orientation 420 orientation
419 user-zoom 421 user-zoom
420 -webkit-tap-highlight-color 422 -webkit-tap-highlight-color
421 -webkit-app-region 423 -webkit-app-region
422 424
423 // Internal properties. 425 // Internal properties.
424 -internal-marquee-direction 426 -internal-marquee-direction
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698