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

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: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Created 7 years, 6 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 margin 114 margin
115 margin-bottom 115 margin-bottom
116 margin-left 116 margin-left
117 margin-right 117 margin-right
118 margin-top 118 margin-top
119 max-height 119 max-height
120 max-width 120 max-width
121 min-height 121 min-height
122 min-width 122 min-width
123 mix-blend-mode 123 mix-blend-mode
124 nav-down
125 nav-left
126 nav-right
127 nav-up
124 opacity 128 opacity
125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 129 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
126 // and may be in use on some websites and widgets. 130 // and may be in use on some websites and widgets.
127 -webkit-opacity alias_for=opacity 131 -webkit-opacity alias_for=opacity
128 orphans 132 orphans
129 outline 133 outline
130 outline-color 134 outline-color
131 outline-offset 135 outline-offset
132 outline-style 136 outline-style
133 outline-width 137 outline-width
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 -webkit-shape-padding 400 -webkit-shape-padding
397 -webkit-wrap-flow 401 -webkit-wrap-flow
398 -webkit-wrap-through 402 -webkit-wrap-through
399 max-zoom 403 max-zoom
400 min-zoom 404 min-zoom
401 orientation 405 orientation
402 user-zoom 406 user-zoom
403 -webkit-tap-highlight-color 407 -webkit-tap-highlight-color
404 -webkit-app-region 408 -webkit-app-region
405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 409 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698