svg2: Fix <cursor xlink:href=""> to not take a functional IRI, but a ...

details:   https://svgwg.org/hg/svg2/rev/1e6d420ed084
branches:  
changeset: 536:1e6d420ed084
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Sep 23 17:12:46 2013 +1000
description:
Fix <cursor xlink:href=""> to not take a functional IRI, but a bare one.

diffstat:

 master/changes.html  |  3 +++
 master/interact.html |  4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (47 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -216,16 +216,19 @@ have been made.</p>
   <li>Removed the body of this chapter and replaced it with a link to the
   Filter Effect specification.</li>
 </ul>
 
 <h3 id="interact">Interactivity chapter</h3>
 
 <ul>
   <li>Added the <span class="attr-name">'tabindex'</span> attribute.</li>
+  <li>Corrected the definition of the <a>'cursor/xlink:href'</a> attribute on
+  the <a>'cursor element'</a> element to take an IRI that is not in a CSS-like
+  functional form.</li>
 </ul>
 
 <h3 id="linking">Linking chapter</h3>
 
 <ul>
   <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li>
   <li>Added <a>animation elements</a> to the content model of <a>'view'</a>.</li>
 </ul>
diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -1045,18 +1045,18 @@ that the cursor can be visible over most
          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#DataTypeFuncIRI">&lt;FuncIRI&gt;</a></span>"</dt>
-        <dd>A <a href="types.html#DataTypeFuncIRI">Functional IRI
+        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

Received on Monday, 23 September 2013 07:15:18 UTC