ACTION-3277: add HTML's style element attributes to SVG's style element.
--- a/master/changes.html Thu Jul 24 18:40:20 2014 +0200
+++ b/master/changes.html Thu Aug 07 16:46:32 2014 +0200
@@ -151,6 +151,7 @@
<ul>
<li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
+ <li class="added-since-last-wd"><a>SVGStyleElement</a> now implements <a>LinkStyle</a>.</li>
</ul>
<h3 id="coords">Coordinate Systems, Transformations and Units chapter</h3>
--- a/master/definitions.xml Thu Jul 24 18:40:20 2014 +0200
+++ b/master/definitions.xml Thu Aug 07 16:46:32 2014 +0200
@@ -1343,6 +1343,7 @@
<interface name='Window' href='http://www.w3.org/TR/2014/CR-html5-20140204/browsers.html#the-window-object'/>
<interface name='WindowEventHandlers' href='http://www.w3.org/TR/2014/CR-html5-20140204/webappapis.html#windoweventhandlers'/>
<interface name='GlobalEventHandlers' href='http://www.w3.org/TR/2014/CR-html5-20140204/webappapis.html#globaleventhandlers'/>
+ <interface name='LinkStyle' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html#StyleSheets-LinkStyle'/>
<!-- ... terms .......................................................... -->
<term name='compound selector' href='http://dev.w3.org/csswg/selectors4/#compound'/>
--- a/master/styling.html Thu Jul 24 18:40:20 2014 +0200
+++ b/master/styling.html Thu Aug 07 16:46:32 2014 +0200
@@ -1343,7 +1343,9 @@
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__type">type</a>;
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__media">media</a>;
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__title">title</a>;
-};</pre>
+};
+
+<a>SVGStyleElement</a> implements <a>LinkStyle</a>;</pre>
<dl class="interface">
<dt class="attributes-header">Attributes:</dt>