[html5] r1010 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 15 03:45:04 PDT 2007


Author: ianh
Date: 2007-08-15 03:45:01 -0700 (Wed, 15 Aug 2007)
New Revision: 1010

Modified:
   index
   source
Log:
[e] (0) add an issue regarding src='' conf requirements

Modified: index
===================================================================
--- index	2007-08-15 10:26:39 UTC (rev 1009)
+++ index	2007-08-15 10:45:01 UTC (rev 1010)
@@ -12012,7 +12012,13 @@
 
   <p><strong>Authoring requirements</strong>: The <code title=attr-img-src><a
    href="#src">src</a></code> attribute must be present, and must contain a
-   URI (or IRI). The requirements for the <code title=attr-img-alt><a
+   URI (or IRI).
+
+  <p class=big-issue>Should we restrict the URI to pointing to an image?
+   What's an image? Is PDF an image? (Safari supports PDFs in <img>
+   elements.) How about SVG? (Opera supports those). WMFs? XPMs? HTML?
+
+  <p>The requirements for the <code title=attr-img-alt><a
    href="#alt">alt</a></code> attribute depend on what the image is intended
    to represent:
 

Modified: source
===================================================================
--- source	2007-08-15 10:26:39 UTC (rev 1009)
+++ source	2007-08-15 10:45:01 UTC (rev 1010)
@@ -9984,10 +9984,16 @@
 
   <p><strong>Authoring requirements</strong>: The <code
   title="attr-img-src">src</code> attribute must be present, and must
-  contain a URI (or IRI). The requirements for the <code
-  title="attr-img-alt">alt</code> attribute depend on what the image
-  is intended to represent:</p>
+  contain a URI (or IRI).</p>
 
+  <p class="big-issue">Should we restrict the URI to pointing to an
+  image? What's an image? Is PDF an image? (Safari supports PDFs in
+  <img> elements.) How about SVG? (Opera supports those). WMFs?
+  XPMs? HTML?</p>
+
+  <p>The requirements for the <code title="attr-img-alt">alt</code>
+  attribute depend on what the image is intended to represent:</p>
+
   <dl>
 
    <dt>A phrase or paragraph with an alternative graphical representation</dt>




More information about the Commit-Watchers mailing list