- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 17 Jan 2010 07:42:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv12682 Modified Files: Overview.html Log Message: .itemType isn't supposed to do resolution; the types are supposed to be opaque strings that just happen to be URLs. (whatwg r4596) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.html 17 Jan 2010 07:39:42 -0000 1.11 +++ Overview.html 17 Jan 2010 07:42:29 -0000 1.12 @@ -1262,9 +1262,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 <span>HTML elements</span> must <span>reflect</span> - 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 <span>HTML elements</span> must <span>reflect</span> 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 <span>URL</span> + string attribute. The <dfn id="dom-itemid" title="dom-itemId"><code>itemId</code></dfn> IDL attribute on + <span>HTML elements</span> must <span>reflect</span> 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 <span>HTML elements</span> must <span>reflect</span> 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 <span>HTML elements</span> must <span>reflect</span> the <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> content attribute.</p>
Received on Sunday, 17 January 2010 07:42:33 UTC