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

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, 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
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 content 120 content
121 counter-increment 121 counter-increment
122 counter-reset 122 counter-reset
123 cursor 123 cursor
124 empty-cells 124 empty-cells
125 float 125 float
126 font-stretch 126 font-stretch
127 height 127 height
128 image-rendering 128 image-rendering
129 left 129 left
130 -internal-priority
130 letter-spacing 131 letter-spacing
131 list-style 132 list-style
132 list-style-image 133 list-style-image
133 list-style-position 134 list-style-position
134 list-style-type 135 list-style-type
135 margin 136 margin
136 margin-bottom 137 margin-bottom
137 margin-left 138 margin-left
138 margin-right 139 margin-right
139 margin-top 140 margin-top
(...skipping 28 matching lines...) Expand all
168 pointer-events 169 pointer-events
169 position 170 position
170 quotes 171 quotes
171 resize 172 resize
172 right 173 right
173 size 174 size
174 src 175 src
175 speak 176 speak
176 table-layout 177 table-layout
177 tab-size 178 tab-size
179 -internal-target-density
178 text-align 180 text-align
179 text-align-last 181 text-align-last
180 text-decoration 182 text-decoration
181 text-decoration-line 183 text-decoration-line
182 text-decoration-style 184 text-decoration-style
183 text-decoration-color 185 text-decoration-color
184 text-indent 186 text-indent
185 text-line-through-color 187 text-line-through-color
186 text-line-through-mode 188 text-line-through-mode
187 text-line-through-style 189 text-line-through-style
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 -webkit-shape-margin 411 -webkit-shape-margin
410 -webkit-shape-padding 412 -webkit-shape-padding
411 -webkit-wrap-flow 413 -webkit-wrap-flow
412 -webkit-wrap-through 414 -webkit-wrap-through
413 max-zoom 415 max-zoom
414 min-zoom 416 min-zoom
415 orientation 417 orientation
416 user-zoom 418 user-zoom
417 -webkit-tap-highlight-color 419 -webkit-tap-highlight-color
418 -webkit-app-region 420 -webkit-app-region
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698