diff --git a/master/styling.html b/master/styling.html index 00cb7205..69ae62cb 100644 --- a/master/styling.html +++ b/master/styling.html @@ -81,7 +81,7 @@
| media | (see below) | -all | +(none) | no |
[Exposed=Window]
interface SVGStyleElement : SVGElement {
- attribute DOMString type;
attribute DOMString media;
attribute DOMString title;
attribute boolean disabled;
+
+ // obsolete members
+ attribute DOMString type;
};
SVGStyleElement includes LinkStyle;