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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 904613005: Remove position:relative. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 letter 358 letter
359 line-through 359 line-through
360 local 360 local
361 nowrap 361 nowrap
362 overlay 362 overlay
363 overline 363 overline
364 portrait 364 portrait
365 pre 365 pre
366 pre-line 366 pre-line
367 pre-wrap 367 pre-wrap
368 relative
369 separate 368 separate
370 show 369 show
371 static 370 static
372 thick 371 thick
373 thin 372 thin
374 underline 373 underline
375 wavy 374 wavy
376 -webkit-nowrap 375 -webkit-nowrap
377 376
378 // CSS3 Values 377 // CSS3 Values
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 legacy 782 legacy
784 783
785 // will-change 784 // will-change
786 // auto 785 // auto
787 contents 786 contents
788 787
789 // all 788 // all
790 // initial 789 // initial
791 // inherit 790 // inherit
792 unset 791 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698