- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 11:12:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10612 Modified Files: Makefile load-timeout.js single-page.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.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- single-page.html 20 Mar 2012 11:03:35 -0000 1.8 +++ single-page.html 20 Mar 2012 11:12:00 -0000 1.9 @@ -353,7 +353,7 @@ return null; } </script><script src="load-timeout.js"></script> -<body onload="init()"> +<body> <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: load-timeout.js =================================================================== RCS file: /sources/public/html5/spec/load-timeout.js,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- load-timeout.js 20 Mar 2012 11:03:35 -0000 1.5 +++ load-timeout.js 20 Mar 2012 11:12:00 -0000 1.6 @@ -53,8 +53,6 @@ window.addEventListener('scroll', function (event) { closeAlert(); }, false); -function init() { setTimeout(function () { - showAlert("Too slow? Try reading the multipage copy of the spec instead:", "./"), 6000); -} -} + showAlert("Too slow? Try reading the multipage copy of the spec instead:", "./") +}, 6000); Index: Makefile =================================================================== RCS file: /sources/public/html5/spec/Makefile,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- Makefile 20 Mar 2012 11:03:35 -0000 1.46 +++ Makefile 20 Mar 2012 11:12:00 -0000 1.47 @@ -44,7 +44,7 @@ $(PERL) $(PERLFLAGS) -pi -e 's/<\/dt><\/dt><\/dt><dd>/<\/dt><dd>/' $@ $(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/<body/<script src="load-timeout.js"><\/script>\n<body onload="init()"/' $@ + $(PERL) $(PERLFLAGS) -pi -e 's/<body/<script src="load-timeout.js"><\/script>\n<body/' $@ MANIFEST: single-page.html $(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
Received on Tuesday, 20 March 2012 11:12:10 UTC