It's 'FuncIRI' not 'funciri'.
authorCameron McCormack <cam@mcc.id.au>
Thu, 17 May 2012 16:59:05 +1000
changeset 92 63f5e320c7ba
parent 91 edd72e33e3a1
child 93 bd73f0e294a6
It's 'FuncIRI' not 'funciri'.
master/interact.html
--- a/master/interact.html	Thu May 17 16:53:39 2012 +1000
+++ b/master/interact.html	Thu May 17 16:59:05 2012 +1000
@@ -953,7 +953,7 @@
 specify which cursor to use. The <a>'cursor property'</a> property can be used to
 reference standard built-in cursors by specifying a keyword
 such as <em>crosshair</em> or a custom cursor. Custom cursors
-are referenced via a <a>&lt;funciri&gt;</a> and can point to either an
+are referenced via a <a>&lt;FuncIRI&gt;</a> and can point to either an
 external resource such as a platform-specific cursor file or to
 a <a>'cursor element'</a> element, which can be
 used to define a platform-independent cursor.</p>
@@ -969,7 +969,7 @@
             <tr>
               <td><em>Value:</em>&nbsp;&nbsp;</td>
               <td>[ [<a
-              href="types.html#DataTypeFuncIRI">&lt;funciri&gt;</a> ,]* [
+              href="types.html#DataTypeFuncIRI">&lt;FuncIRI&gt;</a> ,]* [
               auto | crosshair | default | pointer | move |
               e-resize | ne-resize | nw-resize | n-resize |
               se-resize | sw-resize | s-resize | w-resize| text |
@@ -1048,7 +1048,7 @@
   <dd>Help is available for the object under the cursor. Often
   rendered as a question mark or a balloon.</dd>
 
-  <dt><span class='attr-value'>&lt;funciri&gt;</span></dt>
+  <dt><span class='attr-value'>&lt;FuncIRI&gt;</span></dt>
   <dd>The user agent retrieves the cursor from the resource
   designated by the URI. If the user agent cannot handle the
   first cursor of a list of cursors, it shall attempt to handle
@@ -1125,7 +1125,7 @@
         <dt id="CursorElementHrefAttribute"><span
         class="adef">xlink:href</span> = "<span
         class="attr-value"><a
-        href="types.html#DataTypeFuncIRI">&lt;funciri&gt;</a></span>"</dt>
+        href="types.html#DataTypeFuncIRI">&lt;FuncIRI&gt;</a></span>"</dt>
         <dd>A <a href="types.html#DataTypeFuncIRI">Functional IRI
         reference</a> to the file or element which provides the
         image of the cursor.<br />