[html5] r4596 - [giow] (0) .itemType isn't supposed to do resolution; the types are supposed to [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jan 16 23:42:27 PST 2010
Author: ianh
Date: 2010-01-16 23:42:24 -0800 (Sat, 16 Jan 2010)
New Revision: 4596
Modified:
complete.html
index
source
Log:
[giow] (0) .itemType isn't supposed to do resolution; the types are supposed to be opaque strings that just happen to be URLs.
Modified: complete.html
===================================================================
--- complete.html 2010-01-17 07:39:37 UTC (rev 4595)
+++ complete.html 2010-01-17 07:42:24 UTC (rev 4596)
@@ -45833,9 +45833,10 @@
the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> content attribute.
The <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn> IDL
attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
- the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute.
- The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute
- on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute. The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
+ the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute,
+ as if it was a regular string attribute, not a <a href=#url>URL</a>
+ string attribute. The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute on
+ <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute. The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> content attribute. The <dfn id=dom-itemref title=dom-itemRef><code>itemRef</code></dfn> IDL attribute on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemref><a href=#attr-itemref>itemref</a></code> content attribute.</p>
Modified: index
===================================================================
--- index 2010-01-17 07:39:37 UTC (rev 4595)
+++ index 2010-01-17 07:42:24 UTC (rev 4596)
@@ -45733,9 +45733,10 @@
the <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> content attribute.
The <dfn id=dom-itemtype title=dom-itemType><code>itemType</code></dfn> IDL
attribute on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a>
- the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute.
- The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute
- on <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute. The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
+ the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> content attribute,
+ as if it was a regular string attribute, not a <a href=#url>URL</a>
+ string attribute. The <dfn id=dom-itemid title=dom-itemId><code>itemId</code></dfn> IDL attribute on
+ <a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemid><a href=#attr-itemid>itemid</a></code> content attribute. The <dfn id=dom-itemprop title=dom-itemProp><code>itemProp</code></dfn> IDL attribute on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> content attribute. The <dfn id=dom-itemref title=dom-itemRef><code>itemRef</code></dfn> IDL attribute on
<a href=#html-elements>HTML elements</a> must <a href=#reflect>reflect</a> the <code title=attr-itemref><a href=#attr-itemref>itemref</a></code> content attribute.</p>
Modified: source
===================================================================
--- source 2010-01-17 07:39:37 UTC (rev 4595)
+++ source 2010-01-17 07:42:24 UTC (rev 4596)
@@ -51105,10 +51105,12 @@
the <code title="attr-itemscope">itemscope</code> content attribute.
The <dfn title="dom-itemType"><code>itemType</code></dfn> IDL
attribute on <span>HTML elements</span> must <span>reflect</span>
- the <code title="attr-itemtype">itemtype</code> content attribute.
- The <dfn title="dom-itemId"><code>itemId</code></dfn> IDL attribute
- on <span>HTML elements</span> must <span>reflect</span> the <code
- title="attr-itemid">itemid</code> content attribute. The <dfn
+ the <code title="attr-itemtype">itemtype</code> content attribute,
+ as if it was a regular string attribute, not a <span>URL</span>
+ string attribute. The <dfn
+ title="dom-itemId"><code>itemId</code></dfn> IDL attribute on
+ <span>HTML elements</span> must <span>reflect</span> the <code
+ title="attr-itemid">itemid</code> content attribute. The <dfn
title="dom-itemProp"><code>itemProp</code></dfn> IDL attribute on
<span>HTML elements</span> must <span>reflect</span> the <code
title="attr-itemprop">itemprop</code> content attribute. The <dfn
More information about the Commit-Watchers
mailing list