- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 15:19:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21755
Modified Files:
load-timeout.js
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: load-timeout.js
===================================================================
RCS file: /sources/public/html5/spec/load-timeout.js,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- load-timeout.js 20 Mar 2012 15:18:27 -0000 1.15
+++ load-timeout.js 20 Mar 2012 15:19:42 -0000 1.16
@@ -11,7 +11,7 @@
x.onclick = closeAlert2;
currentAlert.appendChild(x);
currentAlert.appendChild(br);
- currentAlert.appendChild(document.createElement('span'));
+ currentAlert.appendChild(document.createElement('div'));
currentAlert.onmousemove = function () {
clearTimeout(currentAlertTimeout);
currentAlert.className = '';
Received on Tuesday, 20 March 2012 15:19:51 UTC