Remove highlighting from Changes appendix.
authorCameron McCormack <cam@mcc.id.au>
Sat, 22 Feb 2014 17:16:37 +1100
changeset 644 b3873168b9cc
parent 643 9e9d3b9c11d4
child 645 6510ac100925
Remove highlighting from Changes appendix.
master/changes.html
--- a/master/changes.html	Tue Feb 18 17:17:17 2014 -0600
+++ b/master/changes.html	Sat Feb 22 17:16:37 2014 +1100
@@ -55,7 +55,7 @@
 
   <li>Change all coordinate types to <a>&lt;length&gt;</a> in preparation for referencing css3-values..</li>
   
-  <li class='added-since-last-wd'>Add the <a>'script'</a> element to the content model of all elements.</li>  
+  <li>Add the <a>'script'</a> element to the content model of all elements.</li>  
 </ul>
 
 <h3 id="rendering">Rendering Model chapter</h3>
@@ -87,13 +87,13 @@
 
   <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>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="struct.html#__svg__SVGDocument__activeElement">activeElement</a> attribute to <a>Document</a>.</li>
+  <li>Added <a href="struct.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>
+  <li>Made <a>SVGElement</a> implement the <a>GlobalEventHandlers</a> interface from HTML.</li>
 
-  <li class='added-since-last-wd'>Removed getStrokeBBox from <a>SVGGraphicsElement</a> and extended <a href="types.html#__svg__SVGGraphicsElement__getBBox">getBBox</a> with a dictionary argument that controls which parts of the element are included in the returned bounding box.</li>
+  <li>Removed getStrokeBBox from <a>SVGGraphicsElement</a> and extended <a href="types.html#__svg__SVGGraphicsElement__getBBox">getBBox</a> with a dictionary argument that controls which parts of the element are included in the returned bounding box.</li>
 </ul>
 
 <h3 id="structure">Document Structure chapter</h3>
@@ -115,17 +115,17 @@
 
   <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>Deprecated the <a href="struct.html#__svg__SVGDocument__rootElement">rootElement</a> attribute.</li>
 
-  <li class="added-since-last-wd">Moved the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
+  <li>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">Removed the <code>SVGElementInstance</code> and <code>SVGElementInstanceList</code> interfaces, and the corresponding attributes on the <a>SVGUseElement</a> interface.</li>
+  <li>Moved the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
+
+  <li>Removed the <code>SVGElementInstance</code> and <code>SVGElementInstanceList</code> interfaces, and the corresponding attributes on the <a>SVGUseElement</a> interface.</li>
   
-  <li class="added-since-last-wd">Changed the <a>'use'</a> element event flow to follow the Shadow DOM spec.</li>
+  <li>Changed the <a>'use'</a> element event flow to follow the Shadow DOM spec.</li>
   
-  <li class="added-since-last-wd">Clarified that the <a>'switch'</a> element does not affect processing of <a>'script'</a> elements.</li>
+  <li>Clarified that the <a>'switch'</a> element does not affect processing of <a>'script'</a> elements.</li>
 </ul>
 
 <h3 id="styling">Styling chapter</h3>
@@ -139,14 +139,14 @@
 <ul>
   <li>Added constructors to <a>SVGPoint</a>, <a>SVGMatrix</a> and <a>SVGTransform</a>.</li>
   <li>Make <a>SVGMatrix</a>.skew{X,Y} throw an exception on bad values.</li>
-  <li class='added-since-last-wd'>Added improved wording on bounding box
+  <li>Added improved wording on bounding box
   from SVG Tiny 1.2, and an algorithm which can compute a bounding box for an element.</li>
 </ul>
 
 <h3 id="paths">Paths chapter</h3>
 
 <ul>
-  <li class="added-since-last-wd">Added new <strong>B</strong> and
+  <li>Added new <strong>B</strong> and
   <strong>b</strong> "bearing" path commands.</li>
 </ul>
 
@@ -169,7 +169,7 @@
 <h3 id="embedded">Embedded Content chapter</h3>
 
 <ul>
-  <li class="added-since-last-wd">Added this chapter, which includes new
+  <li>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>
@@ -213,7 +213,7 @@
 
   <li>Removed the SVGPaint interface.</li>
 
-  <li class='added-since-last-wd'>Extended the definitions of <a>'fill'</a> and
+  <li>Extended the definitions of <a>'fill'</a> and
   <a>'stroke'</a> <a>&lt;paint&gt;</a> so that they can take multiple paints.</li>
 </ul>
 
@@ -227,7 +227,7 @@
 
   <li>Removed the <span class="property">'color-profile'</span> property.</li>
 
-  <li class="added-since-last-wd">Removed the <span class="element-name">'color-profile'</span> element.</li>
+  <li>Removed the <span class="element-name">'color-profile'</span> element.</li>
 </ul>
 
 <h3 id="pservers">Paint Servers chapter</h3>
@@ -269,14 +269,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 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>
+  <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>Required that only <a>structurally external elements</a> and the rootmost svg element must fire load events.</li>
+  <li>Replaced SVGResize and SVGScroll with resize and scroll respectively.</li>
+  <li>Removed DOMActivate.</li>
+  <li>Replaced DOMFocusIn and DOMFocusOut with focusin and focusout, and added the blur event.</li>
+  <li>Added keyboard events.</li>
+  <li>Removed mutation events.</li>
 </ul>
 
 <h3 id="linking">Linking chapter</h3>
@@ -284,7 +284,7 @@
 <ul>
   <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li>
   <li>Added <a>animation elements</a> to the content model of <a>'view'</a>.</li>
-  <li class='added-since-last-wd'>Added the possibility to link to SVG resources with fragment identifiers defined by the Media Fragments specification.</li>
+  <li>Added the possibility to link to SVG resources with fragment identifiers defined by the Media Fragments specification.</li>
 </ul>
 
 <h3 id="script">Scripting chapter</h3>
@@ -297,8 +297,8 @@
 
 <ul>
   <li>Folded the ElementTimeControl interface into <a>SVGAnimationElement</a>.</li>
-  <li class="added-since-last-wd">Removed the <span class="element-name">animateColor</span> element.</li>
-  <li class="added-since-last-wd">Added the onbegin, onend and onrepeat attributes to the <a>SVGAnimationElement</a> interface.</li>
+  <li>Removed the <span class="element-name">animateColor</span> element.</li>
+  <li>Added the onbegin, onend and onrepeat attributes to the <a>SVGAnimationElement</a> interface.</li>
 </ul>
 
 <h3 id="fonts">Fonts chapter</h3>
@@ -365,11 +365,11 @@
 
   <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>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>
+  <li>Added normative reference to WAI-ARIA 1.1.</li>
 
-  <li class='added-since-last-wd'>Added normative reference to Shadow DOM.</li>
+  <li>Added normative reference to Shadow DOM.</li>
 </ul>
 
 <h3 id="idlindex">IDL Index appendix</h3>