Fix markup errors.
authorCameron McCormack <cam@mcc.id.au>
Sun, 20 Jan 2013 12:23:02 +1100
changeset 428 6a6786a5f032
parent 427 a8cda583f19b
child 429 26406502968f
Fix markup errors.
master/types.html
--- a/master/types.html	Thu Jan 17 21:13:16 2013 -0800
+++ b/master/types.html	Sun Jan 20 12:23:02 2013 +1100
@@ -4180,6 +4180,8 @@
         <div>
           Corresponds to attribute <a>'transform'</a> on the given element.
         </div>
+        <p class="issue">This needs to be updated to reflect the value of the <a>'transform'</a>
+        property.</p>
       </dd>
       <dt id="__svg__SVGGraphicsElement__nearestViewportElement" class="attribute first-child"><b>nearestViewportElement</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a>?)</span></dt>
       <dd class="attribute">
@@ -4198,7 +4200,6 @@
       </dd>
     </dl>
   </dd>
-  <dd>
   <dt class="operations-header">Operations:</dt>
   <dd>
     <dl class="attributes">
@@ -4293,31 +4294,33 @@
           (after application of its <a>'transform'</a> property). 
         </div>
         <dl class="operation">
-        <dt class="parameters-header">Parameters</dt>
-        <dd>
-          <ol class="parameters">
-            <li class="parameter first-child">
-              <div><a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <var>element</var></div> 
-              <div>
-                The target element.
-              </div>
-            </li>
-          </ol>
-        </dd>
-        <dt class="returns-header">Returns</dt>
-        <dd>
-          <div>
-            An <a>SVGMatrix</a> object that defines the transformation.
-          </div>
-        </dd>
-        <dt class="exceptions-header">Exceptions</dt>
-        <dd>
-          <dl class="exceptions">
-          <dt class="exception first-child"><a>InvalidStateError</a></dt>
-          <dd class="exception">
-            Raised if the currently
-            defined transformation matrices make it impossible to compute the
-            given matrix (e.g., because one of the transformations is singular). 
+          <dt class="parameters-header">Parameters</dt>
+          <dd>
+            <ol class="parameters">
+              <li class="parameter first-child">
+                <div><a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <var>element</var></div> 
+                <div>
+                  The target element.
+                </div>
+              </li>
+            </ol>
+          </dd>
+          <dt class="returns-header">Returns</dt>
+          <dd>
+            <div>
+              An <a>SVGMatrix</a> object that defines the transformation.
+            </div>
+          </dd>
+          <dt class="exceptions-header">Exceptions</dt>
+          <dd>
+            <dl class="exceptions">
+              <dt class="exception first-child"><a>InvalidStateError</a></dt>
+              <dd class="exception">
+                Raised if the currently
+                defined transformation matrices make it impossible to compute the
+                given matrix (e.g., because one of the transformations is singular). 
+              </dd>
+            </dl>
           </dd>
         </dl>
       </dd>
@@ -4390,9 +4393,7 @@
     </dl>
   </dd>
 </dl>
-
-<p class="issue">This needs to be updated to reflect the value of the <a>'transform'</a>
-property.</p>
+</div>
 
 <h3 id="InterfaceSVGTests">Interface SVGTests</h3>