- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Nov 2009 13:44:56 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: markup error (whatwg r4377)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3509&r2=1.3510&f=h
http://html5.org/tools/web-apps-tracker?from=4376&to=4377
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3509
retrieving revision 1.3510
diff -u -d -r1.3509 -r1.3510
--- Overview.html 24 Nov 2009 01:02:08 -0000 1.3509
+++ Overview.html 24 Nov 2009 04:44:43 -0000 1.3510
@@ -47043,9 +47043,9 @@
does not go back in time, and therefore it would be inappropriate
to put the time in the session history title.</p>
- <pre>&l;t!DOCTYPE HTML>
-&l;tTITLE>Line&l;t/TITLE>
-&l;tSCRIPT>
+ <pre><!DOCTYPE HTML>
+<TITLE>Line</TITLE>
+<SCRIPT>
setInterval(function () { document.title = 'Line - ' + new Date(); }, 1000);
var i = 1;
function inc() {
@@ -47056,11 +47056,11 @@
i = newI;
document.forms.F.I.value = newI;
}
-&l;t/SCRIPT>
-&l;tBODY ONPOPSTATE="recover(event.state)">
-&l;tFORM NAME=F>
-State: &l;tOUTPUT NAME=I>1&l;t/OUTPUT> &l;tINPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()">
-&l;t/FORM></pre>
+</SCRIPT>
+<BODY ONPOPSTATE="recover(event.state)">
+<FORM NAME=F>
+State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()">
+</FORM></pre>
</div><h4 id="activating-state-object-entries"><span class="secno">6.10.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><div class="impl">
Received on Tuesday, 24 November 2009 04:45:24 UTC