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

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

Issue 17155007: [CSS3] Parsing the property, text-justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parsingTextJustify
Patch Set: 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 -webkit-perspective 350 -webkit-perspective
351 -webkit-perspective-origin 351 -webkit-perspective-origin
352 -webkit-perspective-origin-x 352 -webkit-perspective-origin-x
353 -webkit-perspective-origin-y 353 -webkit-perspective-origin-y
354 -webkit-print-color-adjust 354 -webkit-print-color-adjust
355 -webkit-rtl-ordering 355 -webkit-rtl-ordering
356 -webkit-ruby-position 356 -webkit-ruby-position
357 -webkit-text-combine 357 -webkit-text-combine
358 -epub-text-combine alias_for=-webkit-text-combine 358 -epub-text-combine alias_for=-webkit-text-combine
359 -webkit-text-align-last condition=CSS3_TEXT 359 -webkit-text-align-last condition=CSS3_TEXT
360 -webkit-text-justify condition=CSS3_TEXT
360 -webkit-text-underline-position condition=CSS3_TEXT 361 -webkit-text-underline-position condition=CSS3_TEXT
361 -webkit-text-decorations-in-effect 362 -webkit-text-decorations-in-effect
362 -webkit-text-emphasis 363 -webkit-text-emphasis
363 -epub-text-emphasis alias_for=-webkit-text-emphasis 364 -epub-text-emphasis alias_for=-webkit-text-emphasis
364 -webkit-text-emphasis-color 365 -webkit-text-emphasis-color
365 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 366 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
366 -webkit-text-emphasis-position 367 -webkit-text-emphasis-position
367 -webkit-text-emphasis-style 368 -webkit-text-emphasis-style
368 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 369 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
369 -webkit-text-fill-color 370 -webkit-text-fill-color
(...skipping 27 matching lines...) Expand all
397 -webkit-shape-padding 398 -webkit-shape-padding
398 -webkit-wrap-flow 399 -webkit-wrap-flow
399 -webkit-wrap-through 400 -webkit-wrap-through
400 max-zoom 401 max-zoom
401 min-zoom 402 min-zoom
402 orientation 403 orientation
403 user-zoom 404 user-zoom
404 -webkit-tap-highlight-color 405 -webkit-tap-highlight-color
405 -webkit-app-region 406 -webkit-app-region
406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 407 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698