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

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: Created 7 years, 1 month 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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 // 800 //
801 // CSS_PROP_POINTER_EVENTS 801 // CSS_PROP_POINTER_EVENTS
802 // 802 //
803 visiblePainted 803 visiblePainted
804 visibleFill 804 visibleFill
805 visibleStroke 805 visibleStroke
806 //visible 806 //visible
807 painted 807 painted
808 fill 808 fill
809 stroke 809 stroke
810 boundingBox
810 //all 811 //all
811 //none 812 //none
812 813
813 // 814 //
814 // CSS_PROP_SPEECH 815 // CSS_PROP_SPEECH
815 // 816 //
816 spell-out 817 spell-out
817 digits 818 digits
818 literal-punctuation 819 literal-punctuation
819 no-punctuation 820 no-punctuation
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 // 1005 //
1005 -internal-extend-to-zoom 1006 -internal-extend-to-zoom
1006 1007
1007 // isolation 1008 // isolation
1008 // auto 1009 // auto
1009 isolate 1010 isolate
1010 1011
1011 // touch-action-delay 1012 // touch-action-delay
1012 // none 1013 // none
1013 script 1014 script
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698