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 @@

Inline style sheets: the 'style type (see below) - text/css + (none) no @@ -91,7 +91,8 @@

Inline style sheets: the 'style the element's contents, as a media type. [rfc2046]. If the attribute is not specified, then the - style sheet language is assumed to be CSS.

+ style sheet language is assumed to be CSS. + This attribute is obsolete and should not be used.

@@ -104,7 +105,7 @@

Inline style sheets: the 'style

- +
media (see below)all(none) no
@@ -726,10 +727,12 @@

Interface SVGStyleElement

[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;