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

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

Issue 233653007: Remove contentStyleType and contentScriptType from SVGSVGElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Also remove contentScriptType Created 6 years, 8 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 | « LayoutTests/html5lib/resources/tests11.dat ('k') | Source/core/svg/SVGSVGElement.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 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 15 matching lines...) Expand all
26 cap-height 26 cap-height
27 clip 27 clip
28 clip-path 28 clip-path
29 clip-rule 29 clip-rule
30 clipPathUnits 30 clipPathUnits
31 color 31 color
32 color-interpolation 32 color-interpolation
33 color-interpolation-filters 33 color-interpolation-filters
34 color-profile 34 color-profile
35 color-rendering 35 color-rendering
36 contentScriptType
37 contentStyleType
Erik Dahlström (inactive) 2014/04/16 11:44:19 Should we also drop the other removed attributes a
38 cursor 36 cursor
39 cx 37 cx
40 cy 38 cy
41 d 39 d
42 descent 40 descent
43 diffuseConstant 41 diffuseConstant
44 direction 42 direction
45 display 43 display
46 divisor 44 divisor
47 dominant-baseline 45 dominant-baseline
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 x-height 241 x-height
244 x1 242 x1
245 x2 243 x2
246 xChannelSelector 244 xChannelSelector
247 y 245 y
248 y1 246 y1
249 y2 247 y2
250 yChannelSelector 248 yChannelSelector
251 z 249 z
252 zoomAndPan 250 zoomAndPan
OLDNEW
« no previous file with comments | « LayoutTests/html5lib/resources/tests11.dat ('k') | Source/core/svg/SVGSVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698