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

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: Omit split CLs Created 7 years, 5 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 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 #if defined(ENABLE_CSS_CALLBACKS) && ENABLE_CSS_CALLBACKS
458 -internal-presence
459 #endif
457 relative 460 relative
458 scroll 461 scroll
459 separate 462 separate
460 show 463 show
461 static 464 static
462 thick 465 thick
463 thin 466 thin
464 underline 467 underline
465 wavy 468 wavy
466 -webkit-nowrap 469 -webkit-nowrap
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 979
977 // -webkit-grid-{start|end|before|after} 980 // -webkit-grid-{start|end|before|after}
978 span 981 span
979 982
980 // text-indent 983 // text-indent
981 -webkit-each-line condition=CSS3_TEXT 984 -webkit-each-line condition=CSS3_TEXT
982 985
983 // (scan:) media feature 986 // (scan:) media feature
984 progressive 987 progressive
985 interlace 988 interlace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698