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

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

Issue 18371008: Add a WebDocument::watchCssSelectors(selectors) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Sync Created 7 years, 2 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/CSSPropertyNames.in ('k') | Source/core/css/DocumentRuleSets.h » ('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 automatically 6 // CSSParserModes. Values that have the prefix -internal- are automatically
7 // only for UASheetMode. 7 // only for UASheetMode.
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 no-close-quote 447 no-close-quote
448 no-open-quote 448 no-open-quote
449 nowrap 449 nowrap
450 open-quote 450 open-quote
451 overlay 451 overlay
452 overline 452 overline
453 portrait 453 portrait
454 pre 454 pre
455 pre-line 455 pre-line
456 pre-wrap 456 pre-wrap
457 -internal-presence
457 relative 458 relative
458 scroll 459 scroll
459 separate 460 separate
460 show 461 show
461 static 462 static
462 thick 463 thick
463 thin 464 thin
464 underline 465 underline
465 wavy 466 wavy
466 -webkit-nowrap 467 -webkit-nowrap
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 markers 990 markers
990 991
991 // 992 //
992 // CSS3 viewport-length keywords 993 // CSS3 viewport-length keywords
993 // 994 //
994 -internal-extend-to-zoom 995 -internal-extend-to-zoom
995 996
996 // isolation 997 // isolation
997 // auto 998 // auto
998 isolate 999 isolate
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/DocumentRuleSets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698