Add 'onerror' issues.
--- a/master/conform.html Fri Mar 30 15:44:32 2012 +0200
+++ b/master/conform.html Thu Apr 05 14:57:22 2012 +0200
@@ -227,13 +227,13 @@
<p>There are two sub-categories of <em>Conforming SVG
Viewers</em>:</p>
<ul>
- <li><em>Conforming Static SVG Viewers</em> support the static
+ <li id="ConformingStaticSVGViewers"><em>Conforming Static SVG Viewers</em> support the static
language features of SVG that correspond to the feature
string "http://www.w3.org/TR/SVG11/feature#SVG-static" (see <a
href="svgdom.html#FeatureStrings">Feature strings</a>). This
category often corresponds to platforms and environments
which only render static documents, such as printers.</li>
- <li><em>Conforming Dynamic SVG Viewers</em> support the
+ <li id="ConformingDynamicSVGViewers"><em>Conforming Dynamic SVG Viewers</em> support the
language features of SVG that correspond to the feature
string "http://www.w3.org/TR/SVG11/feature#SVG-dynamic" (see <a
href="svgdom.html#FeatureStrings">Feature strings</a>). This
--- a/master/script.html Fri Mar 30 15:44:32 2012 +0200
+++ b/master/script.html Thu Apr 05 14:57:22 2012 +0200
@@ -234,6 +234,18 @@
<p>Below are the definitions for the <a>document event attributes</a>.
These can be specified only on <a>'svg'</a> elements.</p>
+<p class="issue">
+ The conformance class for the 'only-on-<svg> elements' criteria needs to be clarified here (this is for document validation presumably, so perhaps <a href="conform.html#ConformingSVGDocuments">Conforming SVG Document Fragments</a>
+ would be appropriate to mention), the <a>document event attributes</a> should be fine to specify on any element, they just don't do much in all such cases,
+ and it makes sense to not encourage uses where it doesn't have any real meaning.
+
+ For <a href="conform.html#ConformingDynamicSVGViewers">Conforming Dynamic SVG Viewers</a>: what the <a>document event attributes</a> should do is register an event listener for the event in question.
+</p>
+<p class="issue">
+ 'onerror' should be available on image, script and elements that load external resources.
+ This is related to issue <a href="http://www.w3.org/Graphics/SVG/WG/track/issues/2254">2254</a>.
+</p>
+
<div class="adef-list">
<p><em>Attribute definitions:</em></p>