Formatting.
--- a/master/types.html Thu May 23 11:30:00 2013 +0200
+++ b/master/types.html Tue May 28 17:20:29 2013 +1000
@@ -1572,8 +1572,8 @@
<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>;
@@ -1608,8 +1608,8 @@
<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>;
@@ -2003,9 +2003,9 @@
<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>;
@@ -2042,10 +2042,10 @@
<h3 id="InterfaceSVGAnimatedInteger">Interface SVGAnimatedInteger</h3>
-
-Used for attributes of basic type
+<p>Used for attributes of basic type
<a href="types.html#DataTypeInteger"><integer></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>;
@@ -2115,10 +2115,10 @@
<h3 id="InterfaceSVGAnimatedNumber">Interface SVGAnimatedNumber</h3>
-
-Used for attributes of basic type
+<p>Used for attributes of basic type
<a href="types.html#DataTypeNumber"><number></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>;
@@ -2540,8 +2540,8 @@
<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>;
@@ -2868,9 +2868,10 @@
</table>
</div>
-Used for attributes of basic type
+<p>Used for attributes of basic type
<a href="types.html#DataTypeLength"><length></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>;
@@ -3368,8 +3369,8 @@
<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>;
@@ -3754,9 +3755,9 @@
<h3 id="InterfaceSVGAnimatedAngle">Interface SVGAnimatedAngle</h3>
-
-Used for attributes of basic data type <a><angle></a>
-that can be animated.
+<p>Used for attributes of basic data type <a><angle></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>;
@@ -4229,8 +4230,8 @@
<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>;