- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 11:33:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14111 Modified Files: Makefile index.html single-page.html spec.html Log Message: add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028) [updated by splitter] Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- single-page.html 20 Mar 2012 11:30:22 -0000 1.12 +++ single-page.html 20 Mar 2012 11:33:26 -0000 1.13 @@ -355,6 +355,8 @@ return null; } </script><body> +<script src="load-timeout.js"></script> + <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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1879 retrieving revision 1.1880 diff -u -d -r1.1879 -r1.1880 --- spec.html 20 Mar 2012 11:30:22 -0000 1.1879 +++ spec.html 20 Mar 2012 11:33:27 -0000 1.1880 @@ -354,7 +354,7 @@ } </script> <script src="link-fixup.js"></script> - </head><body onload="fixBrokenLink();" class="split index"><div class="head" id="head"> + </head><body onload="fixBrokenLink();" class="split index"><script src="load-timeout.js"></script><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>HTML5</h1> Index: Makefile =================================================================== RCS file: /sources/public/html5/spec/Makefile,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- Makefile 20 Mar 2012 11:30:17 -0000 1.50 +++ Makefile 20 Mar 2012 11:33:26 -0000 1.51 @@ -45,7 +45,7 @@ $(PERL) $(PERLFLAGS) -pi -e 's/<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/html4\/loose\.dtd">/<!doctype html>\n/' $@ $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' $@ $(PERL) $(PERLFLAGS) -pi -e 's/<\/title>/<\/title>\n<link rel=stylesheet href=alert.css>\n/' $@ - $(PERL) $(PERLFLAGS) -pi -e 's/<\/body>/<\/body>\n<script src="load-timeout.js"><\/script>\n/' $@ + $(PERL) $(PERLFLAGS) -pi -e 's/<body>/<body>\n<script src="load-timeout.js"><\/script>\n/' $@ MANIFEST: single-page.html $(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \ Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1213 retrieving revision 1.1214 diff -u -d -r1.1213 -r1.1214 --- index.html 20 Mar 2012 11:30:19 -0000 1.1213 +++ index.html 20 Mar 2012 11:33:26 -0000 1.1214 @@ -354,7 +354,7 @@ } </script> <script src="link-fixup.js"></script> - </head><body onload="fixBrokenLink();" class="split index"><div class="head" id="head"> + </head><body onload="fixBrokenLink();" class="split index"><script src="load-timeout.js"></script><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>HTML5</h1>
Received on Tuesday, 20 March 2012 11:33:36 UTC