- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 17:14:27 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4480) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3579&r2=1.3580&f=h http://html5.org/tools/web-apps-tracker?from=4479&to=4480 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3579 retrieving revision 1.3580 diff -u -d -r1.3579 -r1.3580 --- Overview.html 5 Jan 2010 08:11:14 -0000 1.3579 +++ Overview.html 5 Jan 2010 08:14:16 -0000 1.3580 @@ -14979,7 +14979,7 @@ var progressBar = document.getElementById('p'); function updateProgress(newValue) { progressBar.value = newValue; - progressBar.getElementsByTagName('span').textContent = newValue; + progressBar.getElementsByTagName('span')[0].textContent = newValue; } </script> </section></pre>
Received on Tuesday, 5 January 2010 08:14:54 UTC