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

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: Added tests 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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 margin 135 margin
136 margin-bottom 136 margin-bottom
137 margin-left 137 margin-left
138 margin-right 138 margin-right
139 margin-top 139 margin-top
140 max-height 140 max-height
141 max-width 141 max-width
142 min-height 142 min-height
143 min-width 143 min-width
144 mix-blend-mode 144 mix-blend-mode
145 nav-down
146 nav-left
147 nav-right
148 nav-up
145 opacity 149 opacity
146 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 150 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
147 // and may be in use on some websites and widgets. 151 // and may be in use on some websites and widgets.
148 -webkit-opacity alias_for=opacity 152 -webkit-opacity alias_for=opacity
149 orphans 153 orphans
150 outline 154 outline
151 outline-color 155 outline-color
152 outline-offset 156 outline-offset
153 outline-style 157 outline-style
154 outline-width 158 outline-width
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 -webkit-shape-margin 409 -webkit-shape-margin
406 -webkit-shape-padding 410 -webkit-shape-padding
407 -webkit-wrap-flow 411 -webkit-wrap-flow
408 -webkit-wrap-through 412 -webkit-wrap-through
409 max-zoom 413 max-zoom
410 min-zoom 414 min-zoom
411 orientation 415 orientation
412 user-zoom 416 user-zoom
413 -webkit-tap-highlight-color 417 -webkit-tap-highlight-color
414 -webkit-app-region 418 -webkit-app-region
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698