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

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

Issue 45733010: Add pointer-events="bounding-box" for svg content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make assert more specific Created 7 years 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 // 801 //
802 // CSS_PROP_POINTER_EVENTS 802 // CSS_PROP_POINTER_EVENTS
803 // 803 //
804 visiblePainted 804 visiblePainted
805 visibleFill 805 visibleFill
806 visibleStroke 806 visibleStroke
807 //visible 807 //visible
808 painted 808 painted
809 fill 809 fill
810 stroke 810 stroke
811 bounding-box
811 //all 812 //all
812 //none 813 //none
813 814
814 // 815 //
815 // CSS_PROP_SPEECH 816 // CSS_PROP_SPEECH
816 // 817 //
817 spell-out 818 spell-out
818 digits 819 digits
819 literal-punctuation 820 literal-punctuation
820 no-punctuation 821 no-punctuation
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 // 1006 //
1006 -internal-extend-to-zoom 1007 -internal-extend-to-zoom
1007 1008
1008 // isolation 1009 // isolation
1009 // auto 1010 // auto
1010 isolate 1011 isolate
1011 1012
1012 // touch-action-delay 1013 // touch-action-delay
1013 // none 1014 // none
1014 script 1015 script
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/rendering/PointerEventsHitRules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698