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

Side by Side Diff: Source/core/svg/SVGAttributeNames.in

Issue 62083002: Remove support for the externalResourcesRequired attribute. (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 namespace="SVG" 1 namespace="SVG"
2 namespaceURI="http://www.w3.org/2000/svg" 2 namespaceURI="http://www.w3.org/2000/svg"
3 attrsNullNamespace 3 attrsNullNamespace
4 4
5 accent-height 5 accent-height
6 accumulate 6 accumulate
7 additive 7 additive
8 alignment-baseline 8 alignment-baseline
9 alphabetic 9 alphabetic
10 amplitude 10 amplitude
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 divisor 46 divisor
47 dominant-baseline 47 dominant-baseline
48 dur 48 dur
49 dx 49 dx
50 dy 50 dy
51 edgeMode 51 edgeMode
52 elevation 52 elevation
53 enable-background 53 enable-background
54 end 54 end
55 exponent 55 exponent
56 externalResourcesRequired
57 fill 56 fill
58 fill-opacity 57 fill-opacity
59 fill-rule 58 fill-rule
60 filter 59 filter
61 filterRes 60 filterRes
62 filterUnits 61 filterUnits
63 flood-color 62 flood-color
64 flood-opacity 63 flood-opacity
65 font-family 64 font-family
66 font-size 65 font-size
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 x-height 242 x-height
244 x1 243 x1
245 x2 244 x2
246 xChannelSelector 245 xChannelSelector
247 y 246 y
248 y1 247 y1
249 y2 248 y2
250 yChannelSelector 249 yChannelSelector
251 z 250 z
252 zoomAndPan 251 zoomAndPan
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698