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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 -webkit-column-progression 258 -webkit-column-progression
259 -webkit-column-rule 259 -webkit-column-rule
260 -webkit-column-rule-color 260 -webkit-column-rule-color
261 -webkit-column-rule-style 261 -webkit-column-rule-style
262 -webkit-column-rule-width 262 -webkit-column-rule-width
263 -webkit-column-span 263 -webkit-column-span
264 -webkit-column-width 264 -webkit-column-width
265 -webkit-columns 265 -webkit-columns
266 -webkit-box-decoration-break 266 -webkit-box-decoration-break
267 -webkit-filter 267 -webkit-filter
268 -webkit-align-content 268 align-content
269 -webkit-align-items 269 -webkit-align-content alias_for=align-content
270 -webkit-align-self 270 align-items
271 -webkit-flex 271 -webkit-align-items alias_for=align-items
272 -webkit-flex-basis 272 align-self
273 -webkit-flex-direction 273 -webkit-align-self alias_for=align-self
274 -webkit-flex-flow 274 flex
275 -webkit-flex-grow 275 -webkit-flex alias_for=flex
276 -webkit-flex-shrink 276 flex-basis
277 -webkit-flex-wrap 277 -webkit-flex-basis alias_for=flex-basis
278 -webkit-justify-content 278 flex-direction
279 -webkit-flex-direction alias_for=flex-direction
280 flex-flow
281 -webkit-flex-flow alias_for=flex-flow
282 flex-grow
283 -webkit-flex-grow alias_for=flex-grow
284 flex-shrink
285 -webkit-flex-shrink alias_for=flex-shrink
286 flex-wrap
287 -webkit-flex-wrap alias_for=flex-wrap
288 justify-content
289 -webkit-justify-content alias_for=justify-content
279 -webkit-font-size-delta 290 -webkit-font-size-delta
280 grid-auto-columns 291 grid-auto-columns
281 grid-auto-rows 292 grid-auto-rows
282 grid-columns 293 grid-columns
283 grid-rows 294 grid-rows
284 grid-start 295 grid-start
285 grid-end 296 grid-end
286 grid-before 297 grid-before
287 grid-after 298 grid-after
288 grid-column 299 grid-column
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 -webkit-mask-position-x 345 -webkit-mask-position-x
335 -webkit-mask-position-y 346 -webkit-mask-position-y
336 -webkit-mask-repeat 347 -webkit-mask-repeat
337 -webkit-mask-repeat-x 348 -webkit-mask-repeat-x
338 -webkit-mask-repeat-y 349 -webkit-mask-repeat-y
339 -webkit-mask-size 350 -webkit-mask-size
340 -webkit-max-logical-width 351 -webkit-max-logical-width
341 -webkit-max-logical-height 352 -webkit-max-logical-height
342 -webkit-min-logical-width 353 -webkit-min-logical-width
343 -webkit-min-logical-height 354 -webkit-min-logical-height
344 -webkit-order 355 order
356 -webkit-order alias_for=order
345 -webkit-padding-after 357 -webkit-padding-after
346 -webkit-padding-before 358 -webkit-padding-before
347 -webkit-padding-end 359 -webkit-padding-end
348 -webkit-padding-start 360 -webkit-padding-start
349 -webkit-perspective 361 -webkit-perspective
350 -webkit-perspective-origin 362 -webkit-perspective-origin
351 -webkit-perspective-origin-x 363 -webkit-perspective-origin-x
352 -webkit-perspective-origin-y 364 -webkit-perspective-origin-y
353 -webkit-print-color-adjust 365 -webkit-print-color-adjust
354 -webkit-rtl-ordering 366 -webkit-rtl-ordering
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 -webkit-shape-padding 408 -webkit-shape-padding
397 -webkit-wrap-flow 409 -webkit-wrap-flow
398 -webkit-wrap-through 410 -webkit-wrap-through
399 max-zoom 411 max-zoom
400 min-zoom 412 min-zoom
401 orientation 413 orientation
402 user-zoom 414 user-zoom
403 -webkit-tap-highlight-color 415 -webkit-tap-highlight-color
404 -webkit-app-region 416 -webkit-app-region
405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 417 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698