| OLD | NEW |
| 1 | 1 |
| 2 class SVGCursorElement extends SVGElement native "SVGCursorElement" { | 2 class SVGCursorElement extends SVGElement native "*SVGCursorElement" { |
| 3 | 3 |
| 4 SVGAnimatedLength x; | 4 SVGAnimatedLength x; |
| 5 | 5 |
| 6 SVGAnimatedLength y; | 6 SVGAnimatedLength y; |
| 7 | 7 |
| 8 // From SVGURIReference | 8 // From SVGURIReference |
| 9 | 9 |
| 10 SVGAnimatedString href; | 10 SVGAnimatedString href; |
| 11 | 11 |
| 12 // From SVGTests | 12 // From SVGTests |
| 13 | 13 |
| 14 SVGStringList requiredExtensions; | 14 SVGStringList requiredExtensions; |
| 15 | 15 |
| 16 SVGStringList requiredFeatures; | 16 SVGStringList requiredFeatures; |
| 17 | 17 |
| 18 SVGStringList systemLanguage; | 18 SVGStringList systemLanguage; |
| 19 | 19 |
| 20 bool hasExtension(String extension) native; | 20 bool hasExtension(String extension) native; |
| 21 | 21 |
| 22 // From SVGExternalResourcesRequired | 22 // From SVGExternalResourcesRequired |
| 23 | 23 |
| 24 SVGAnimatedBoolean externalResourcesRequired; | 24 SVGAnimatedBoolean externalResourcesRequired; |
| 25 } | 25 } |
| OLD | NEW |