- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Apr 2011 18:55:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24101 Modified Files: Makefile index-of-terms.html spec.html Log Message: Clarify that <video> and <audio> can both be used for both audio and video. (whatwg r6020) [updated by splitter] Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- Makefile 21 Apr 2011 17:54:05 -0000 1.41 +++ Makefile 21 Apr 2011 18:55:47 -0000 1.42 @@ -28,6 +28,7 @@ REVISION=$(shell $(GREP) $(GREPFLAGS) 'This is .+Revision: ' $(HTML5)/Overview.html | $(PERL) $(PERLFLAGS) -pe 's/.*This is .+Revision: (1\.[0-9]+) \$$\./$$1/') Overview.html: spec.html $(SPLITTER) MANIFEST FILECHECK + cp FOR-FUCK-SAKE.html index-of-terms.html spec.preprocessed.html: $(HTML5)/Overview.html anolis/anolis tools/preprocess.xsl fragment-links.xhtml $(XSLTPROC) $(XSLTPROCFLAGS) \ @@ -57,14 +58,10 @@ --html \ tools/fix-index.xsl \ index-of-terms.html.tmp > index-of-terms.html - cp index-of-terms.html CHECKME.html + cp index-of-terms.html FOR-FUCK-SAKE.html $(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@; MANIFEST: spec.html - $(XSLTPROC) $(XSLTPROCFLAGS) \ - --html \ - tools/fix-index.xsl \ - index-of-terms.html.tmp > index-of-terms.html $(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \ | $(TEE) $(TEEFLAGS) SPLITTERLOG \ | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \ Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1367 retrieving revision 1.1368 diff -u -d -r1.1367 -r1.1368 --- spec.html 21 Apr 2011 13:21:23 -0000 1.1367 +++ spec.html 21 Apr 2011 18:55:47 -0000 1.1368 @@ -1,55504 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html lang="en-US-x-Hixie"><head><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> - pre { margin-left: 2em; white-space: pre-wrap; } - h2 { margin: 3em 0 1em 0; } - h3 { margin: 2.5em 0 1em 0; } - h4 { margin: 2.5em 0 0.75em 0; } - h5, h6 { margin: 2.5em 0 1em; } - h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } - h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } - p { margin: 1em 0; } - hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } [...55473 lines suppressed...] - and - Øistein E. Andersen, - - for their useful comments, both large and small, that have led to - changes to this specification over the years.</p><p>Thanks also to everyone who has ever posted about HTML to their - blogs, public mailing lists, or forums, including all the - contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG - lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>. - - </p><p>Special thanks to Richard Williamson for creating the first - implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the - canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first - implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_3">contenteditable</a></code>, and other - features first widely deployed by the Windows Internet Explorer - browser.</p><p>Thanks to the many sources that provided inspiration for the - examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas, - to the attendees of the W3C Workshop on Web Applications and - Compound Documents for inspiration, to the #mrt crew, the #mrt.no - crew, and the #whatwg crew, and to Pillar and Hedral for their ideas - and support.</p></body></html> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.264 retrieving revision 1.265 diff -u -d -r1.264 -r1.265 --- index-of-terms.html 21 Apr 2011 08:02:16 -0000 1.264 +++ index-of-terms.html 21 Apr 2011 18:55:47 -0000 1.265 @@ -1,4 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index of terms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<html class="split chapter" lang="en-US-x-Hixie"><head><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index of terms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -329,20 +330,15 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="index.html" rel="prev" title="Index"> [...2035 lines suppressed...] <a href="content-models.html#attr-input-type-week"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> </dd> @@ -26730,9 +26366,7 @@ </dd> </dl><dl id="the-xml:base-attribute-xml-only_index"><dt><span title="attr-xml-base"><code>xml:base</code></span> </dt> -<dd> -<a class="no-num no-toc" href="#x3.2.3.4-the-xml:base-attribute-xml-only">Table of Contents</a> -</dd> + <dd> <a class="dfn-ref" href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span title="attr-xml-base"><code>xml:base</code></span> attribute (XML only)</a> @@ -26784,4 +26418,4 @@ <a href="#index-terms_end">end</a> </p> </div> -</div><!--end-index-terms--> \ No newline at end of file +</div><!--end-index-terms--></body></html>
Received on Thursday, 21 April 2011 18:55:53 UTC