hixie: img.longDesc, frame.longDesc, and iframe.longDesc should reflect as URLs. (whatwg r5593)

hixie: img.longDesc, frame.longDesc, and iframe.longDesc should reflect
as URLs. (whatwg r5593)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4470&r2=1.4471&f=h
http://html5.org/tools/web-apps-tracker?from=5592&to=5593

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4470
retrieving revision 1.4471
diff -u -d -r1.4470 -r1.4471
--- Overview.html 7 Oct 2010 21:06:33 -0000 1.4470
+++ Overview.html 7 Oct 2010 21:39:28 -0000 1.4471
@@ -64638,7 +64638,9 @@
 
   <p>The <dfn id="dom-frame-longdesc" title="dom-frame-longDesc"><code>longDesc</code></dfn>
   IDL attribute of the <code><a href="#frame">frame</a></code> element must
-  <a href="#reflect">reflect</a> the element's <code title="attr-frame-longdesc">longdesc</code> content attribute.</p>
+  <a href="#reflect">reflect</a> the element's <code title="attr-frame-longdesc">longdesc</code> content attribute, which
+  for the purposes of reflection is defined as containing a
+  <a href="#url">URL</a>.</p>
 
   <p>The <dfn id="dom-frame-marginheight" title="dom-frame-marginHeight"><code>marginHeight</code></dfn> IDL
   attribute of the <code><a href="#frame">frame</a></code> element must
@@ -64921,7 +64923,9 @@
 
   <p>The <dfn id="dom-iframe-longdesc" title="dom-iframe-longDesc"><code>longDesc</code></dfn>
   IDL attribute of the <code><a href="#the-iframe-element">iframe</a></code> element must
-  <a href="#reflect">reflect</a> the element's <code title="attr-iframe-longdesc"><a href="#attr-iframe-longdesc">longdesc</a></code> content attribute.</p>
+  <a href="#reflect">reflect</a> the element's <code title="attr-iframe-longdesc"><a href="#attr-iframe-longdesc">longdesc</a></code> content attribute,
+  which for the purposes of reflection is defined as containing a
+  <a href="#url">URL</a>.</p>
 
   <p>The <dfn id="dom-iframe-marginheight" title="dom-iframe-marginHeight"><code>marginHeight</code></dfn> IDL
   attribute of the <code><a href="#the-iframe-element">iframe</a></code> element must
@@ -64949,8 +64953,9 @@
 
   <p>The <dfn id="dom-img-longdesc" title="dom-img-longDesc"><code>longDesc</code></dfn> IDL
   attribute of the <code><a href="#the-img-element">img</a></code> element must <a href="#reflect">reflect</a>
-  the element's <code title="attr-img-longdesc"><a href="#attr-img-longdesc">longdesc</a></code> content
-  attribute.</p>
+  the element's <code title="attr-img-longdesc"><a href="#attr-img-longdesc">longdesc</a></code>
+  content attribute, which for the purposes of reflection is defined
+  as containing a <a href="#url">URL</a>.</p>
 
   <!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->

Received on Thursday, 7 October 2010 21:40:16 UTC