[html5] r5593 - [giow] (2) img.longDesc, frame.longDesc, and iframe.longDesc should reflect as U [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 7 14:39:23 PDT 2010
Author: ianh
Date: 2010-10-07 14:39:21 -0700 (Thu, 07 Oct 2010)
New Revision: 5593
Modified:
complete.html
index
source
Log:
[giow] (2) img.longDesc, frame.longDesc, and iframe.longDesc should reflect as URLs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10836
Modified: complete.html
===================================================================
--- complete.html 2010-10-07 21:06:26 UTC (rev 5592)
+++ complete.html 2010-10-07 21:39:21 UTC (rev 5593)
@@ -88623,7 +88623,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
@@ -88906,7 +88908,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
@@ -88934,8 +88938,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 -->
Modified: index
===================================================================
--- index 2010-10-07 21:06:26 UTC (rev 5592)
+++ index 2010-10-07 21:39:21 UTC (rev 5593)
@@ -84537,7 +84537,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
@@ -84820,7 +84822,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
@@ -84848,8 +84852,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 -->
Modified: source
===================================================================
--- source 2010-10-07 21:06:26 UTC (rev 5592)
+++ source 2010-10-07 21:39:21 UTC (rev 5593)
@@ -101234,7 +101234,9 @@
<p>The <dfn title="dom-frame-longDesc"><code>longDesc</code></dfn>
IDL attribute of the <code>frame</code> element must
<span>reflect</span> the element's <code
- title="attr-frame-longdesc">longdesc</code> content attribute.</p>
+ title="attr-frame-longdesc">longdesc</code> content attribute, which
+ for the purposes of reflection is defined as containing a
+ <span>URL</span>.</p>
<p>The <dfn
title="dom-frame-marginHeight"><code>marginHeight</code></dfn> IDL
@@ -101576,7 +101578,9 @@
<p>The <dfn title="dom-iframe-longDesc"><code>longDesc</code></dfn>
IDL attribute of the <code>iframe</code> element must
<span>reflect</span> the element's <code
- title="attr-iframe-longdesc">longdesc</code> content attribute.</p>
+ title="attr-iframe-longdesc">longdesc</code> content attribute,
+ which for the purposes of reflection is defined as containing a
+ <span>URL</span>.</p>
<p>The <dfn
title="dom-iframe-marginHeight"><code>marginHeight</code></dfn> IDL
@@ -101614,8 +101618,9 @@
<p>The <dfn title="dom-img-longDesc"><code>longDesc</code></dfn> IDL
attribute of the <code>img</code> element must <span>reflect</span>
- the element's <code title="attr-img-longdesc">longdesc</code> content
- attribute.</p>
+ the element's <code title="attr-img-longdesc">longdesc</code>
+ content attribute, which for the purposes of reflection is defined
+ as containing a <span>URL</span>.</p>
<!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->
More information about the Commit-Watchers
mailing list