svg2: Remove highlighting from Changes appendix.

details:   https://svgwg.org/hg/svg2/rev/b3873168b9cc
branches:  
changeset: 644:b3873168b9cc
user:      Cameron McCormack <cam@mcc.id.au>
date:      Sat Feb 22 17:16:37 2014 +1100
description:
Remove highlighting from Changes appendix.

diffstat:

 master/changes.html |  60 ++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

diffs (243 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -50,17 +50,17 @@ have been made.</p>
   <li>IDL has been updated to use Web IDL syntax.</li>
 
   <li>Added "length" attribute and indexed property access to all list interfaces.</li>
 
   <li>Remove definition of <a>&lt;angle&gt;</a> type and reference CSS3-values.</li>
 
   <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>
 <ul>
   <li>Update rendering model to refer to <a href="http://www.w3.org/TR/compositing/">Compositing and Blending Specification</a>.</li>
 </ul>
 
 <h3 id="types">Basic Data Types and Interfaces chapter</h3>
@@ -82,23 +82,23 @@ have been made.</p>
   <li>Added getStrokeBBox on <a>SVGGraphicsElement</a> to get the tight stroke bounding box.</li>
 
   <li>Added base value accessors on <a>SVGAnimatedLength</a> and <a>SVGAnimatedLengthList</a> for each of the CSS length units supported.</li>
 
   <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>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>
 
 <ul>
   <li>Deprecated the <code>suspendRedraw</code>, <code>unsuspendRedraw</code> and <code>unsuspendRedrawAll</code> methods in the SVGSVGElement interface.</li>
 
   <li>Removed the <span class="attr-name">'externalResourcesRequired'</span> attribute.</li>
@@ -110,48 +110,48 @@ have been made.</p>
   <li>Lifted the restriction on <a>'use'</a> not being able to reference an entire document.</li>
 
   <li>Added <a>'lang'</a> attribute on <a>'desc'</a> and <a>'title'</a> elements.</li>
 
   <li>Added section on WAI-ARIA attributes.</li>
 
   <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>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>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 the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</li>
+  <li>Moved the <a>'image'</a> element to the <a href='embedded.html'>Embedded Content chapter</a>.</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>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>
 
 <ul>
   <li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
 </ul>
 
 <h3 id="coords">Coordinate Systems, Transformations and Units chapter</h3>
 
 <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>
 
 <h3 id="text">Text chapter</h3>
 
 <ul>
   <li>Added a number of missing attributes to the element summary boxes of the
   <a>'text'</a>, <a>'textPath'</a> and <a>'tref'</a> elements.</li>
@@ -164,17 +164,17 @@ have been made.</p>
   <li>Removed the <span class='property'>'kerning'</span> property.</li>
 
   <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
+  <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>
 </ul>
 
 <h3 id="painting">Painting chapter</h3>
 
 <ul>
@@ -208,31 +208,31 @@ have been made.</p>
 
   <li>Added arcs value on <a>'stroke-linejoin'</a>.</li>
 
   <li>Added the <span class="attr-value">'auto-start-reverse'</span>
   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
+  <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>
 
 <h3 id="color">Color chapter</h3>
 
 <ul>
   <li>Added requirements for images to be color managed.</li>
 
   <li>Added new color syntaxes from the SVG Color specification: RGBA colors, HSL colors,
   LAB colors, ICC named colors and device colors.</li>
 
   <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>
 
 <ul>
   <li>Added the <a>'solidColor'</a> element and its two properties <a>'solid-color'</a>
   and <a>'solid-opacity'</a>, ported over from SVG Tiny 1.2.</li>
 
@@ -264,46 +264,46 @@ have been made.</p>
 
 <h3 id="interact">Interactivity chapter</h3>
 
 <ul>
   <li>Added the <span class="attr-name">'tabindex'</span> attribute.</li>
   <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>
 
 <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>
 
 <ul>
   <li>Removed the <span class="attr-name">'contentScriptType'</span> attribute.</li>
 </ul>
 
 <h3 id="animate">Animation chapter</h3>
 
 <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>
 
 <ul>
   <li>Added WOFF requirement, rearranged content.</li>
 </ul>
 
@@ -360,21 +360,21 @@ have been made.</p>
   <li>Changed normative reference from DOM Level 2 Core to DOM4.</li>
 
   <li>Changed informative reference to SMIL 3 to be normative.</li>
 
   <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>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>
 
 <ul>
   <li>Added this appendix.</li>
 </ul>
 

Received on Saturday, 22 February 2014 06:19:29 UTC