- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Nov 2010 23:01:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv29351 Modified Files: Overview.html Log Message: push a manual update Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- Overview.html 20 Oct 2010 19:14:41 -0000 1.100 +++ Overview.html 1 Nov 2010 23:01:56 -0000 1.101 @@ -183,9 +183,34 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } - fieldset { margin: 1em; } - fieldset > legend * + { margin-top: 0; } + fieldset { margin: 1em; padding: 0.5em 1em; } + fieldset > legend + * { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } + fieldset p { margin: 0.5em 0; } + + .stability { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em red; + padding: 0.5em 1em; + text-align: center; + } + .stability strong { + display: block; + } + .stability :link, .stability :visited { + background: transparent; + color: white; + } </style><style type="text/css"> @@ -296,7 +321,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + e.setAttribute('src', script); document.body.appendChild(e); } function init() { @@ -316,13 +341,15 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML Microdata</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-20-october-2010">Editor's Draft 20 October 2010</h2> - <dl><dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="w3c-working-draft-9-november-2010">W3C Working Draft 9 November 2010</h2> + <dl><dt>This Version:</dt> + <dd><a href="http://www.w3.org/TR/2010/WD-microdata-20101109/">http://www.w3.org/TR/2010/WD-microdata-20101109/</a></dd> + <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> @@ -366,13 +393,15 @@ public bug database</a>. If you do not have an account then you can enter feedback using this form:<form action="http://www.whatwg.org/specs/web-apps/current-work/file-spam.cgi" method="post"> <fieldset><legend>Feedback Comments</legend> - <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully + <input name="id" type="hidden" value="top"><input name="component" type="hidden" value="HTML Microdata (editor: Ian Hickson)"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. If you're suggesting a new feature, it's really important to say <em>what</em> the problem you're trying to solve is. That's more important than the solution, in fact.</label></p> <p><textarea cols="79" id="feedbackBox" name="text" rows="10"></textarea></p> + <p class="note">Please don't use section numbers as these tend to + change rapidly and make your feedback harder to understand.</p> <script type="text/javascript"> function checkFeedbackForm(form) { if (form.elements.text.value.match(/ [^ ]+ [^ ]+ [^ ]+ [^ ]+ /)) { @@ -383,7 +412,9 @@ return false; } } - </script><p><input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p> + </script><p> + <input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small> + </p> </fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>), @@ -411,7 +442,16 @@ under them in incompatible ways.</strong> Vendors interested in implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned - mailing lists and take part in the discussions.</p><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working + mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages stability" id="wip"><strong>This is a work in + progress!</strong> For the latest updates from the HTML WG, possibly + including important bug fixes, please look at the <a href="http://dev.w3.org/html5/md/">editor's draft</a> instead.</p><!-- + <script class="all-pages"> + if (location == 'http://dev.w3.org/html5/md/') { + var wip = document.getElementById('wip'); + wip.parentNode.removeChild(wip); + } + </script> + --><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification. Indeed, for any section of the specification, one can usually find many members @@ -439,7 +479,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 20 October 2010 Editor's Draft. + This specification is the 9 November 2010 WD. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!--YYY BOILERPLATE middle-w3c-html-module-status--><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -2200,5 +2240,5 @@ <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>For a full list of acknowledgements, please see the HTML5 + </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/139">ISSUE-139</a> (ack-microdata) blocks progress to Last Call</span><p>For a full list of acknowledgements, please see the HTML5 specification. <a href="#refsHTML5">[HTML5]</a>
Received on Monday, 1 November 2010 23:02:00 UTC