Use new-style attribute definition boxes in Interactivity chapter.
authorCameron McCormack <cam@mcc.id.au>
Mon, 23 Sep 2013 17:24:56 +1000
changeset 537 24280cd2fcd8
parent 536 1e6d420ed084
child 538 1d638becbf13
Use new-style attribute definition boxes in Interactivity chapter.
master/interact.html
--- a/master/interact.html	Mon Sep 23 17:12:46 2013 +1000
+++ b/master/interact.html	Mon Sep 23 17:24:56 2013 +1000
@@ -1022,46 +1022,53 @@
 
 <edit:elementsummary name='cursor'/>
 
-    <div class="adef-list">
-      <p><em>Attribute definitions:</em></p>
-      <dl>
-        <dt id="CursorElementXAttribute"><span
-        class="adef">x</span> = "<span class="attr-value"><a
-        href="types.html#DataTypeLength">&lt;length&gt;</a></span>"</dt>
-        <dd>The <em>x-coordinate</em> of the position in the
-        cursor's coordinate system which represents the precise
-        position that is being pointed to.<br />
-         If the attribute is not specified, the effect is as if a
-        value of <span class='attr-value'>'0'</span> were specified.<br />
-         <span class="anim-target"><a
-        href="animate.html#Animatable">Animatable</a>:
-        yes.</span></dd>
-        <dt id="CursorElementYAttribute"><span
-        class="adef">y</span> = "<span class="attr-value"><a
-        href="types.html#DataTypeLength">&lt;length&gt;</a></span>"</dt>
-        <dd>The <em>y-coordinate</em> of the position in the
-        cursor's coordinate system which represents the precise
-        position that is being pointed to.<br />
-         If the attribute is not specified, the effect is as if a
-        value of <span class='attr-value'>'0'</span> were specified.<br />
-         <span class="anim-target"><a
-        href="animate.html#Animatable">Animatable</a>:
-        yes.</span></dd>
-        <dt id="CursorElementHrefAttribute"><span
-        class="adef">xlink:href</span> = "<span
-        class="attr-value"><a
-        href="types.html#DataTypeIRI">&lt;IRI&gt;</a></span>"</dt>
-        <dd>An <a href="types.html#DataTypeIRI">IRI
-        reference</a> to the file or element which provides the
-        image of the cursor.<br />
-         <span class="anim-target"><a
-        href="animate.html#Animatable">Animatable</a>:
-        yes.</span></dd>
-      </dl>
-    </div>
-    <p>SVG user agents are required to support PNG format images as
-    targets of the <a>'xlink:href'</a>
-    attribute.</p>
+<p><em>Attribute definitions:</em></p>
+
+<dl class="attrdef-list">
+  <dt>
+    <table class="propdef attrdef">
+      <tr>
+        <th>Name</th>
+        <th>Value</th>
+        <th>Lacuna value</th>
+        <th>Animatable</th>
+      </tr>
+      <tr>
+        <td><dfn id="CursorElementXAttribute">x</dfn>, <dfn id="CursorElementYAttribute">y</dfn></td>
+        <td><a>&lt;length&gt;</a></td>
+        <td>0</td>
+        <td>yes</td>
+      </tr>
+    </table>
+  </dt>
+  <dd>
+    The x- and y-coordinates of the position in the cursor's coordinate system
+    which represents the precise position that is being pointed to.
+  </dd>
+  <dt>
+    <table class="propdef attrdef">
+      <tr>
+        <th>Name</th>
+        <th>Value</th>
+        <th>Lacuna value</th>
+        <th>Animatable</th>
+      </tr>
+      <tr>
+        <td><dfn id="CursorElementHrefAttribute">xlink:href</dfn></td>
+        <td><a>&lt;iri&gt;</a></td>
+        <td>(none)</td>
+        <td>yes</td>
+      </tr>
+    </table>
+  </dt>
+  <dd>
+    An <a href="types.html#DataTypeIRI">IRI reference</a> to the file or element
+    which provides the image of the cursor.
+  </dd>
+</dl>
+
+<p>SVG user agents are required to support PNG format images as targets of the
+<a>'xlink:href'</a> attribute.</p>
 
 <p class="issue">Add an example.</p>