- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 00:30:17 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6471) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5172&r2=1.5173&f=h http://html5.org/tools/web-apps-tracker?from=6470&to=6471 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5172 retrieving revision 1.5173 diff -u -d -r1.5172 -r1.5173 --- Overview.html 16 Aug 2011 04:20:59 -0000 1.5172 +++ Overview.html 16 Aug 2011 04:29:55 -0000 1.5173 @@ -49074,7 +49074,7 @@ <title>Online status</title> <script> function updateIndicator() { - document.getElementById('indicator').textContext = navigator.onLine ? 'online' : 'offline'; + document.getElementById('indicator').textContent = navigator.onLine ? 'online' : 'offline'; } </script> </head>
Received on Tuesday, 16 August 2011 04:30:22 UTC