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

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

Issue 288303007: Unprefix CSS cursor values zoom-in and zoom-out (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: switch Created 6 years, 7 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
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 pointer 365 pointer
366 move 366 move
367 vertical-text 367 vertical-text
368 cell 368 cell
369 context-menu 369 context-menu
370 alias 370 alias
371 // copy 371 // copy
372 progress 372 progress
373 no-drop 373 no-drop
374 not-allowed 374 not-allowed
375 -webkit-zoom-in 375 zoom-in
376 -webkit-zoom-out 376 zoom-out
377 e-resize 377 e-resize
378 ne-resize 378 ne-resize
379 nw-resize 379 nw-resize
380 n-resize 380 n-resize
381 se-resize 381 se-resize
382 sw-resize 382 sw-resize
383 s-resize 383 s-resize
384 w-resize 384 w-resize
385 ew-resize 385 ew-resize
386 ns-resize 386 ns-resize
387 nesw-resize 387 nesw-resize
388 nwse-resize 388 nwse-resize
389 col-resize 389 col-resize
390 row-resize 390 row-resize
391 text 391 text
392 wait 392 wait
393 help 393 help
394 all-scroll 394 all-scroll
395 -webkit-grab 395 -webkit-grab
396 -webkit-grabbing 396 -webkit-grabbing
397 -webkit-zoom-in
398 -webkit-zoom-out
Julien - ping for review 2014/05/19 09:17:55 Would it be worth it to have the concept of alias_
philipj_slow 2014/05/19 09:52:51 AFAICT from the generated CSSPropertyNames.{h,cpp}
Julien - ping for review 2014/05/21 11:38:10 Yes but we could prevent this problem by having so
philipj_slow 2014/05/21 11:57:59 Do you mean a function like mapKeywordToAlias() th
397 // none 399 // none
398 // 400 //
399 // CSS_PROP_DIRECTION: 401 // CSS_PROP_DIRECTION:
400 // 402 //
401 ltr 403 ltr
402 rtl 404 rtl
403 // 405 //
404 // CSS_PROP_TEXT_TRANSFORM: 406 // CSS_PROP_TEXT_TRANSFORM:
405 // 407 //
406 capitalize 408 capitalize
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 safe 1023 safe
1022 1024
1023 // scroll-behavior 1025 // scroll-behavior
1024 instant 1026 instant
1025 smooth 1027 smooth
1026 1028
1027 // will-change 1029 // will-change
1028 // auto 1030 // auto
1029 contents 1031 contents
1030 scroll-position 1032 scroll-position
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698