- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Apr 2012 17:14:52 -0400
- To: public-html-diffs@w3.org
hixie: Try to clarify line breaking, balancing, and bidi handling in WebVTT. (whatwg r7062) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5630&r2=1.5631&f=h http://html5.org/tools/web-apps-tracker?from=7061&to=7062 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5630 retrieving revision 1.5631 diff -u -d -r1.5630 -r1.5631 --- Overview.html 19 Apr 2012 23:53:09 -0000 1.5630 +++ Overview.html 24 Apr 2012 21:14:33 -0000 1.5631 @@ -192,43 +192,7 @@ 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 input { - appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; - position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; - } - .stability input:hover { - color: white; - text-shadow: 0 0 2px black; - } - .stability input:active { - padding: 0.3em 0.45em 0.2em 0.55em; - } - .stability :link, .stability :visited, - .stability :link:hover, .stability :visited:hover { - background: transparent; - color: white; - } - - </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><meta content="noindex" name="robots"><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -357,16 +321,15 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="w3c-working-draft-29-march-2012">W3C Working Draft 29 March 2012</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2012/WD-html5-20120329/">http://www.w3.org/TR/2012/WD-html5-20120329/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-24-april-2012">Editor's Draft 24 April 2012</h2> + <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a class="latest-link" href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2012/WD-html5-20120329/">http://www.w3.org/TR/2012/WD-html5-20120329/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110113/">http://www.w3.org/TR/2011/WD-html5-20110113/</a></dd> @@ -512,22 +475,7 @@ <div id="multipage-common"> - - - <p class="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/spec/Overview.html">editor's draft</a> instead. - <input onclick="closeWarning(this.parentNode)" type="button" value="╳⃝"></p> - <script type="text/javascript"> - function closeWarning(element) { - element.parentNode.removeChild(element); - var date = new Date(); - date.setDate(date.getDate()+4); - document.cookie = 'hide-obsolescence-warning=1; expires=' + date.toGMTString(); - } - if (getCookie('hide-obsolescence-warning') == '1') - setTimeout(function () { document.getElementById('wip').parentNode.removeChild(document.getElementById('wip')); }, 2000); - </script></div> + </div> @@ -566,7 +514,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 29 March 2012 Working Draft. + This specification is the 24 April 2012 Editor's Draft. </p> @@ -1650,15 +1598,16 @@ - <p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to - this specification. At the time of this publication, the main - differences were that the WHATWG version included features not - included in this W3C version: some features have been omitted, but - may be considered for future revisions of HTML beyond HTML5; and - other features were omitted because at the W3C they are published as - separate specifications.</p> + this specification. The main differences are that the WHATWG version + includes features not included in this W3C version: some features + have been omitted as they are considered part of future revisions of + HTML, not HTML5; and other features are omitted because at the W3C + they are published as separate specifications. There are also some + minor differences. For an exact list of differences, please see the + WHATWG specification.</p> +
Received on Tuesday, 24 April 2012 21:14:55 UTC