Highlight some entries in the Changes appendix that have been made since the last WD, and add a bunch more that hadn't been noted.
--- a/master/changes.html Sun Feb 02 04:48:04 2014 +1100
+++ b/master/changes.html Sun Feb 02 13:02:32 2014 +1100
@@ -84,6 +84,12 @@
<li>Make viewportElement and ownerSVGElement on <a>SVGElement</a> nullable.</li>
<li>Removed the getPresentationAttribute operation on <a>SVGElement</a> and the SVGColor and SVGICCColor interfaces.</li>
+
+ <li class='added-since-last-wd'>Added <a href="types.html#__svg__SVGElement__focus">focus</a> and <a href="types.html#__svg__SVGElement__blur">blur</a> operations and <a href='types.html#__svg__SVGElement__tabIndex'>tabIndex</a> attribute to <a>SVGElement</a>.</li>
+
+ <li class='added-since-last-wd'>Added <a href="types.html#__svg__SVGDocument__activeElement">activeElement</a> attribute to <a>Document</a>.</li>
+
+ <li class='added-since-last-wd'>Made <a>SVGElement</a> implement the <a>GlobalEventHandlers</a> interface from HTML.</li>
</ul>
<h3 id="structure">Document Structure chapter</h3>
@@ -106,6 +112,10 @@
<li>Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a href="struct.html#__svg__SVGSVGElement__currentScale">currentScale</a> or <a href="struct.html#__svg__SVGSVGElement__currentTranslate">currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</li>
<li class="added-since-last-wd">Deprecated the <a href="struct.html#__svg__SVGDocument__rootElement">rootElement</a> attribute.</li>
+
+ <li class="added-since-last-wd">Defined event handler content attributes and IDL attributes on the root <a>'svg'</a> element to be for events fired at the <a>Window</a>, like HTML's event handler content attributes and IDL attribute on <code>body</code>.</li>
+
+ <li class="added-since-last-wd">Moved thed <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
</ul>
<h3 id="styling">Styling chapter</h3>
@@ -144,6 +154,15 @@
<li>Added <a>'textPath/d'</a> attribute to <a>'textPath'</a>.</li>
</ul>
+<h3 id="embedded">Embedded Content chapter</h3>
+
+<ul>
+ <li class="added-since-last-wd">Added this chapter, which includes new
+ <a>'video'</a>, <a>'audio'</a>, <a>'iframe'</a>, <a>'canvas'</a>,
+ <a>'source'</a> and <a>'track'</a> elements that behave almost identically
+ to the equivalent HTML elements.</li>
+</ul>
+
<h3 id="painting">Painting chapter</h3>
<ul>
@@ -181,6 +200,9 @@
attribute to the <a>'marker/orient'</a> attribute on <a>'marker element'</a>.</li>
<li>Removed the SVGPaint interface.</li>
+
+ <li class='added-since-last-wd'>Extended the definitions of <a>'fill'</a> and
+ <a>'stroke'</a> <a><paint></a> so that they can take multiple paints.</li>
</ul>
<h3 id="color">Color chapter</h3>
@@ -235,10 +257,14 @@
<li>Corrected the definition of the <a>'cursor/xlink:href'</a> attribute on
the <a>'cursor element'</a> element to take an IRI that is not in a CSS-like
functional form.</li>
- <li>Added the <span class="prop-value">bounding-box</span> keyword to <a>'pointer-events'</a>.</li>
- <li>Replaced SVGLoad, SVGAbort, SVGError and SVGUnload with load, abort, error and unload respectively.</li>
- <li>Only <a>structurally external elements</a> and the rootmost svg element must fire load events.</li>
+ <li class="added-since-last-wd">Added the <span class="prop-value">bounding-box</span> keyword to <a>'pointer-events'</a>.</li>
+ <li class="added-since-last-wd">Replaced SVGLoad, SVGAbort, SVGError and SVGUnload with load, abort, error and unload respectively.</li>
+ <li class="added-since-last-wd">Required that only <a>structurally external elements</a> and the rootmost svg element must fire load events.</li>
<li class="added-since-last-wd">Replaced SVGResize and SVGScroll with resize and scroll respectively.</li>
+ <li class='added-since-last-wd'>Removed DOMActivate.</li>
+ <li class="added-since-last-wd">Replaced DOMFocusIn and DOMFocusOut with focusin and focusout, and added the blur event.</li>
+ <li class="added-since-last-wd">Added keyboard events.</li>
+ <li class="added-since-last-wd">Removed mutation events.</li>
</ul>
<h3 id="linking">Linking chapter</h3>
@@ -324,6 +350,10 @@
<li>Added normative references to CSS3 Color, CSS3 Fonts, CSS3 Line Box, CSS3 Transforms, CSS3 UI, CSS3 Values and Units, CSS4 Images, Filter Effects, WOFF, Web IDL.</li>
<li>Added informative references to CSS 3 Transitions and Animations.</li>
+
+ <li class='added-since-last-wd'>Updated reference from DOM Level 2 Events to DOM Level 3 Events and added a normative reference to UI Events.</li>
+
+ <li class='added-since-last-wd'>Added normative reference to WAI-ARIA 1.1.</li>
</ul>
<h3 id="idlindex">IDL Index appendix</h3>
@@ -335,7 +365,7 @@
<h3 id="mediafragments">Media Fragments Identifier</h3>
<ul>
- <li>Added the possibility to link to SVG resources, including with fragment identifiers defined by the Media Fragment Identifier recommandation.</li>
+ <li class='added-since-last-wd'>Added the possibility to link to SVG resources, including with fragment identifiers defined by the Media Fragment Identifier recommandation.</li>
</ul>
</body>
--- a/master/struct.html Sun Feb 02 04:48:04 2014 +1100
+++ b/master/struct.html Sun Feb 02 13:02:32 2014 +1100
@@ -1928,7 +1928,7 @@
readonly attribute DOMString <a href="struct.html#__svg__SVGDocument__referrer">referrer</a>;
readonly attribute DOMString <a href="struct.html#__svg__SVGDocument__domain">domain</a>;
readonly attribute <a class="idlinterface" href="struct.html#InterfaceSVGSVGElement">SVGSVGElement</a> <a href="struct.html#__svg__SVGDocument__rootElement">rootElement</a>;
- readonly attribute Element <a href="struct.html#_svg__SVGDocument__activeElement">activeElement</a>;
+ readonly attribute Element? <a href="struct.html#__svg__SVGDocument__activeElement">activeElement</a>;
};</pre><dl class="interface">
<dt class="attributes-header">Attributes:</dt>
<dd>