- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 22:54:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv2662 Modified Files: Overview.html Log Message: Allow browsers to bail early for showModalDialog, alert, confirm, and prompt during pagehide, beforeunload, and unload events. (whatwg r6966) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.184 retrieving revision 1.185 diff -u -d -r1.184 -r1.185 --- Overview.html 9 Dec 2011 18:39:10 -0000 1.184 +++ Overview.html 6 Feb 2012 22:54:49 -0000 1.185 @@ -320,12 +320,13 @@ <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-9-december-2011">Editor's Draft 9 December 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-6-february-2012">Editor's Draft 6 February 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a class="latest-link" href="http://dev.w3.org/html5/md/">http://dev.w3.org/html5/md/</a></dd> + <dt>Previous Versions:</dt> <dd><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/">http://www.w3.org/TR/2011/WD-microdata-20110525/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-microdata-20110405/">http://www.w3.org/TR/2011/WD-microdata-20110405/</a></dd> @@ -454,7 +455,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 9 December 2011 Editor's Draft. + This specification is the 6 February 2012 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All @@ -468,6 +469,7 @@ individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.<h2 class="no-num no-toc" id="contents">Table of Contents</h2> + <ol class="toc"> <li> <ol> @@ -535,8 +537,11 @@ non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.<p>The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in the normative parts of this document are to be - interpreted as described in RFC2119. For readability, these words do - not appear in all uppercase letters in this specification. <a href="#refsRFC2119">[RFC2119]</a><div class="impl"> + interpreted as described in RFC2119. The key word "OPTIONALLY" in + the normative parts of this document is to be interpreted with the + same normative meaning as "MAY" and "OPTIONAL". For readability, + these words do not appear in all uppercase letters in this + specification. <a href="#refsRFC2119">[RFC2119]</a><div class="impl"> <p>Requirements phrased in the imperative as part of algorithms (such as "strip any leading space characters" or "return false and @@ -1461,6 +1466,7 @@ its element does not have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute.</p> + <p>All <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> attributes in a <code>Document</code> must be such that there are no cycles in the graph formed from representing each <a href="#concept-item" title="concept-item">item</a> in the <code>Document</code> as a @@ -1833,8 +1839,10 @@ <dd>Same as for <code>application/json</code> <a href="#refsJSON">[JSON]</a></dd> <dt>Encoding considerations:</dt> <dd>8bit (always UTF-8)</dd> + <dt>Security considerations:</dt> <dd>Same as for <code>application/json</code> <a href="#refsJSON">[JSON]</a></dd> + <dt>Interoperability considerations:</dt> <dd>Same as for <code>application/json</code> <a href="#refsJSON">[JSON]</a></dd> <dt>Published specification:</dt> @@ -1894,7 +1902,8 @@ RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> <dt id="refsWEBIDL">[WEBIDL]</dt> - <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web + + <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd> </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>Thanks to the participants of the microdata usability study for
Received on Monday, 6 February 2012 22:56:54 UTC