svg2: Formatting.

details:   https://svgwg.org/hg/svg2/rev/7a130ad06a85
branches:  
changeset: 502:7a130ad06a85
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue May 28 17:20:29 2013 +1000
description:
Formatting.

diffstat:

 master/types.html |  49 +++++++++++++++++++++++++------------------------
 1 files changed, 25 insertions(+), 24 deletions(-)

diffs (225 lines):

diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -1567,18 +1567,18 @@ we can use directly for that.</p>
       </dd>
     </dl>
   </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedBoolean">Interface SVGAnimatedBoolean</h3>
 
-
-Used for attributes of type boolean which can be animated.
+<p>Used for attributes of type boolean which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedBoolean</b> {
            attribute boolean <a href="types.html#__svg__SVGAnimatedBoolean__baseVal">baseVal</a>;
   readonly attribute boolean <a href="types.html#__svg__SVGAnimatedBoolean__animVal">animVal</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 
@@ -1603,18 +1603,18 @@ same value as <a>baseVal</a>.
 </dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedString">Interface SVGAnimatedString</h3>
 
-
-Used for attributes of type DOMString which can be animated.
+<p>Used for attributes of type DOMString which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedString</b> {
            attribute DOMString <a href="types.html#__svg__SVGAnimatedString__baseVal">baseVal</a>;
   readonly attribute DOMString <a href="types.html#__svg__SVGAnimatedString__animVal">animVal</a>;
 };</pre>
 
 <dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -1998,19 +1998,19 @@ cannot be modified.
 <dd class="operation"><div>Replaces the item at index <var>index</var> with <var>newItem</var>.</div></dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedEnumeration">Interface SVGAnimatedEnumeration</h3>
 
-
-Used for attributes whose value must be a constant from a particular
-enumeration and which can be animated.
+<p>Used for attributes whose value must be a constant from a particular
+enumeration and which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedEnumeration</b> {
            attribute unsigned short <a href="types.html#__svg__SVGAnimatedEnumeration__baseVal">baseVal</a>;
   readonly attribute unsigned short <a href="types.html#__svg__SVGAnimatedEnumeration__animVal">animVal</a>;
 };</pre>
 
 <dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2037,20 +2037,20 @@ same value as <a>baseVal</a>.
 </dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedInteger">Interface SVGAnimatedInteger</h3>
 
-
-Used for attributes of basic type
+<p>Used for attributes of basic type
 <a href="types.html#DataTypeInteger">&lt;integer&gt;</a> which can be
-animated.
+animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedInteger</b> {
            attribute long <a href="types.html#__svg__SVGAnimatedInteger__baseVal">baseVal</a>;
   readonly attribute long <a href="types.html#__svg__SVGAnimatedInteger__animVal">animVal</a>;
 };</pre>
 
 <dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2110,20 +2110,20 @@ interface <b>SVGNumber</b> {
       </dd>
     </dl>
   </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedNumber">Interface SVGAnimatedNumber</h3>
 
-
-Used for attributes of basic type
+<p>Used for attributes of basic type
 <a href="types.html#DataTypeNumber">&lt;number&gt;</a> which can be
-animated.
+animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedNumber</b> {
            attribute float <a href="types.html#__svg__SVGAnimatedNumber__baseVal">baseVal</a>;
   readonly attribute float <a href="types.html#__svg__SVGAnimatedNumber__animVal">animVal</a>;
 };</pre>
 
 <dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
@@ -2535,18 +2535,18 @@ If the list is <a href="#ReadOnlyNumberL
 is thrown.</div></dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedNumberList">Interface SVGAnimatedNumberList</h3>
 
-
-Used for attributes which take a list of numbers and which can be animated.
+<p>Used for attributes which take a list of numbers and which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedNumberList</b> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGNumberList">SVGNumberList</a> <a href="types.html#__svg__SVGAnimatedNumberList__baseVal">baseVal</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGNumberList">SVGNumberList</a> <a href="types.html#__svg__SVGAnimatedNumberList__animVal">animVal</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 
@@ -2863,19 +2863,20 @@ interface <b>SVGLength</b> {
     </tr>
     <tr>
       <th>Owner:</th>
       <td>Cameron (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3414">ACTION-3414</a>)</td>
     </tr>
   </table>
 </div>
 
-Used for attributes of basic type
+<p>Used for attributes of basic type
 <a href="types.html#DataTypeLength">&lt;length&gt;</a> which can be
-animated.
+animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedLength</b> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGAnimatedLength__baseVal">baseVal</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <a href="types.html#__svg__SVGAnimatedLength__animVal">animVal</a>;
 
            attribute float <a href="#__svg__SVGAnimatedLength__cm">cm</a>;
            attribute float <a href="#__svg__SVGAnimatedLength__em">em</a>;
            attribute float <a href="#__svg__SVGAnimatedLength__ex">ex</a>;
            attribute float <a href="#__svg__SVGAnimatedLength__in">in</a>;
@@ -3363,18 +3364,18 @@ If the list is <a href="#ReadOnlyLengthL
 is thrown.</div></dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedLengthList">Interface SVGAnimatedLengthList</h3>
 
-
-Used for attributes of type <a>SVGLengthList</a> which can be animated.
+<p>Used for attributes of type <a>SVGLengthList</a> which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedLengthList</b> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGLengthList">SVGLengthList</a> <a href="types.html#__svg__SVGAnimatedLengthList__baseVal">baseVal</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGLengthList">SVGLengthList</a> <a href="types.html#__svg__SVGAnimatedLengthList__animVal">animVal</a>;
 
            attribute float <a href="#__svg__SVGAnimatedLengthList__cm">cm</a>;
            attribute float <a href="#__svg__SVGAnimatedLengthList__em">em</a>;
            attribute float <a href="#__svg__SVGAnimatedLengthList__ex">ex</a>;
            attribute float <a href="#__svg__SVGAnimatedLengthList__in">in</a>;
@@ -3749,19 +3750,19 @@ constants defined on this interface.
   </dd>
 </dl>
 
 
 
 
 <h3 id="InterfaceSVGAnimatedAngle">Interface SVGAnimatedAngle</h3>
 
-
-Used for attributes of basic data type <a>&lt;angle&gt;</a>
-that can be animated.
+<p>Used for attributes of basic data type <a>&lt;angle&gt;</a>
+that can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedAngle</b> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAngle">SVGAngle</a> <a href="types.html#__svg__SVGAnimatedAngle__baseVal">baseVal</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAngle">SVGAngle</a> <a href="types.html#__svg__SVGAnimatedAngle__animVal">animVal</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 
@@ -4224,18 +4225,18 @@ The <var>height</var> coordinate of the 
 </dd>
 </dl>
 </dd>
 </dl>
 
 
 <h3 id="InterfaceSVGAnimatedRect">Interface SVGAnimatedRect</h3>
 
-
-Used for attributes of type <a>SVGRect</a> which can be animated.
+<p>Used for attributes of type <a>SVGRect</a> which can be animated.</p>
+
 <pre class="idl">interface <b>SVGAnimatedRect</b> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <a href="types.html#__svg__SVGAnimatedRect__baseVal">baseVal</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGRect">SVGRect</a> <a href="types.html#__svg__SVGAnimatedRect__animVal">animVal</a>;
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 

Received on Tuesday, 28 May 2013 07:23:02 UTC