More validation fixes.
authorCameron McCormack <cam@mcc.id.au>
Thu, 28 Mar 2013 11:33:04 +1100
changeset 465 ca751d2b8d2f
parent 464 0e158cd3a730
child 467 1baa200b0783
child 468 bba8cd5c2b2e
More validation fixes.
master/changes.html
master/types.html
--- a/master/changes.html	Thu Mar 28 11:25:26 2013 +1100
+++ b/master/changes.html	Thu Mar 28 11:33:04 2013 +1100
@@ -192,11 +192,12 @@
 <h3 id="masking">Clipping, Masking and Compositing chapter</h3>
 <div class="added-since-last-wd">
 <ul>
-  <li>SVG now references CSS Masking [<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>] specification.</li>
+  <li>SVG now references CSS Masking [<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>] specification.
     <ul>
       <li>Removed definition of clipping/masking properties and elements.</li>
       <li>Keep short introduction to clipping/masking and add reference to CSS Masking</li>
     </ul>
+  </li>
   <li>Added reference to Compositing and Blending spec. Simple alpha compositing it mandatory.</li>
 </ul>
 </div>
--- a/master/types.html	Thu Mar 28 11:25:26 2013 +1100
+++ b/master/types.html	Thu Mar 28 11:33:04 2013 +1100
@@ -2921,9 +2921,11 @@
 
 </div>
 </dd>
+</dl>
 
 <div class="ready-for-wg-review">
 
+<dl class="attributes">
 <dt id="__svg__SVGAnimatedLength__cm" class="attribute"><b>cm</b><span class="idl-type-parenthetical"> (float)</span></dt>
 <dd class="attribute">
   <div>On getting, returns the base value of the animated length in <b>cm</b>.
@@ -2972,9 +2974,9 @@
   On setting, changes the base value to be in <b>px</b> and to have the specified magnitude.</div>
 </dd>
 
+</dl>
 </div>
 
-</dl>
 </dd>
 </dl>
 
@@ -3410,10 +3412,11 @@
 
 </div>
 </dd>
-
+</dl>
 
 <div class="ready-for-wg-review">
 
+<dl class="attributes">
 <dt id="__svg__SVGAnimatedLengthList__cm" class="attribute"><b>cm</b><span class="idl-type-parenthetical"> (float)</span></dt>
 <dd class="attribute">
   <div>On getting, returns the value of the first <a>SVGLength</a> of the animated length's base value in <b>cm</b>.
@@ -3485,10 +3488,10 @@
   <b>px</b> and to have the specified magnitude.  If the base value list is empty, it adds
   a new <a>SVGLength</a> object with the given <b>px</b> value.</div>
 </dd>
+</dl>
 
 </div>
 
-</dl>
 </dd>
 </dl>