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

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

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased once again to master, fixed layout test. Created 6 years, 8 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 margin-bottom 147 margin-bottom
148 margin-left 148 margin-left
149 margin-right 149 margin-right
150 margin-top 150 margin-top
151 mask-source-type 151 mask-source-type
152 max-height 152 max-height
153 max-width 153 max-width
154 min-height 154 min-height
155 min-width 155 min-width
156 mix-blend-mode 156 mix-blend-mode
157 nav-down
158 nav-left
159 nav-right
160 nav-up
157 opacity 161 opacity
158 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 162 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
159 // and may be in use on some websites and widgets. 163 // and may be in use on some websites and widgets.
160 -webkit-opacity alias_for=opacity 164 -webkit-opacity alias_for=opacity
161 orphans 165 orphans
162 outline 166 outline
163 outline-color 167 outline-color
164 outline-offset 168 outline-offset
165 outline-style 169 outline-style
166 outline-width 170 outline-width
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 user-zoom 428 user-zoom
425 -webkit-tap-highlight-color 429 -webkit-tap-highlight-color
426 -webkit-app-region 430 -webkit-app-region
427 431
428 // Internal properties. 432 // Internal properties.
429 -internal-marquee-direction 433 -internal-marquee-direction
430 -internal-marquee-increment 434 -internal-marquee-increment
431 -internal-marquee-repetition 435 -internal-marquee-repetition
432 -internal-marquee-speed 436 -internal-marquee-speed
433 -internal-marquee-style 437 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698