html5/spec-author-view CHECKME.html,NONE,1.1 Makefile,1.39,1.40

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3045

Modified Files:
	Makefile 
Added Files:
	CHECKME.html 
Log Message:
Clarify that <video> and <audio> can both be used for both audio and video. (whatwg r6020)

[updated by splitter]


--- NEW FILE: CHECKME.html ---
<!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 &#8212; 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; }
   dl, dd { margin-top: 0; margin-bottom: 0; }
   dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; }
   dt + dt { margin-top: 0; }
   dd dt { margin-top: 0.25em; margin-bottom: 0; }
   dd p { margin-top: 0; }
   dd dl + p { margin-top: 1em; }
   dd table + p { margin-top: 1em; }
   p + * > li, dd li { margin: 1em 0; }
[...26382 lines suppressed...]
<a href="#index-terms_I">I</a>
<a href="#index-terms_J">J</a>
<a href="#index-terms_K">K</a>
<a href="#index-terms_L">L</a>
<a href="#index-terms_M">M</a>
<a href="#index-terms_N">N</a>
<a href="#index-terms_O">O</a>
<a href="#index-terms_P">P</a>
<a href="#index-terms_Q">Q</a>
<a href="#index-terms_R">R</a>
<a href="#index-terms_S">S</a>
<a href="#index-terms_T">T</a>
<a href="#index-terms_U">U</a>
<a href="#index-terms_V">V</a>
<a href="#index-terms_W">W</a>
<a href="#index-terms_X">X</a>
<a href="#index-terms_end">end</a>
</p>
</div>
</div><!--end-index-terms--></body></html>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile	21 Apr 2011 16:01:48 -0000	1.39
+++ Makefile	21 Apr 2011 16:55:02 -0000	1.40
@@ -52,11 +52,12 @@
 	  --html \
 	  tools/postprocess.xsl \
 	  $@.tmp > $@
-	mv index-of-terms.html index-of-terms.html.tmp
+	cp index-of-terms.html index-of-terms.html.tmp
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  --html \
 	  tools/fix-index.xsl \
 	  index-of-terms.html.tmp > index-of-terms.html
+	cp index-of-terms.html CHECKME.html
 	$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
 
 MANIFEST: spec.html

Received on Thursday, 21 April 2011 16:55:06 UTC