Allow <tref> to reference non-SVG elements. (ACTION-3130)
--- a/master/changes.html Wed Feb 06 17:17:02 2013 +1100
+++ b/master/changes.html Wed Feb 06 17:32:04 2013 +1100
@@ -180,6 +180,12 @@
Filter Effect specification.</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>
+</ul>
+
<h3 id="script">Scripting chapter</h3>
<ul>
--- a/master/linking.html Wed Feb 06 17:17:02 2013 +1100
+++ b/master/linking.html Wed Feb 06 17:32:04 2013 +1100
@@ -191,7 +191,9 @@
<li>the <a>'script'</a> element must reference an external resource that provides the script content</li>
<li>the <a>'stroke'</a> property (see <a href="painting.html#SpecifyingPaint">Specifying paint</a> for reference rules)</li>
<li>the <a>'textPath'</a> element must reference a <a>'path'</a> element</li>
- <li>the <a>'tref'</a> element can reference any SVG element</li>
+<div class="ready-for-wg-review">
+ <li>the <a>'tref'</a> element can reference any element (including non-SVG elements)</li>
+</div>
<li>the <a>'set'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li>
<li>the <a>'use'</a> element can reference any local or non-local resource</li>
</ul>