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

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

Issue 418163003: Simplify watched selector handling and remove remnants of user stylesheets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cascade
Patch Set: use includeEmptyRules flag on MatchRequest Created 6 years, 4 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
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/ElementRuleCollector.cpp » ('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 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 no-close-quote 451 no-close-quote
452 no-open-quote 452 no-open-quote
453 nowrap 453 nowrap
454 open-quote 454 open-quote
455 overlay 455 overlay
456 overline 456 overline
457 portrait 457 portrait
458 pre 458 pre
459 pre-line 459 pre-line
460 pre-wrap 460 pre-wrap
461 -internal-presence
462 relative 461 relative
463 scroll 462 scroll
464 separate 463 separate
465 show 464 show
466 static 465 static
467 thick 466 thick
468 thin 467 thin
469 underline 468 underline
470 wavy 469 wavy
471 -webkit-nowrap 470 -webkit-nowrap
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 988
990 // will-change 989 // will-change
991 // auto 990 // auto
992 contents 991 contents
993 scroll-position 992 scroll-position
994 993
995 // all 994 // all
996 // initial 995 // initial
997 // inherit 996 // inherit
998 unset 997 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698