- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jul 2008 08:36:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11474
Modified Files:
Overview.html
Log Message:
Web Socket specification - replaces TCPConnection and related interfaces. Also split 'serialisation of an origin' into two algorithms, one for unicode and one for ascii. And some minor editorial things. (whatwg r1840)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -d -r1.1028 -r1.1029
--- Overview.html 1 Jul 2008 23:09:49 -0000 1.1028
+++ Overview.html 3 Jul 2008 08:36:43 -0000 1.1029
@@ -59,7 +59,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ--> 1 July 2008</h2>
+ Editor's Draft <!--ZZZ--> 3 July 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -207,7 +207,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
[...1914 lines suppressed...]
-why |new XMLHttpRequest()| returns an object that .toStrings to
-[object XMLHttpRequest], same with new TCPConnection(); what if a
-constructor is called without using "new" in JS?
-
reload: fire an event when "reload" is pressed so that the page can
reload its data instead of the whole page. cancel the event cancels
@@ -54565,5 +54596,11 @@
0x12 (ASCII 'foo')
0x12 ("foo")
0x12 ('foo')
+ 0x12 (ASCII "<code title="">foo</code>")
+ 0x12 (ASCII '<code title="">foo</code>')
+ 0x12 ("<code title="">foo</code>")
+ 0x12 ('<code title="">foo</code>')
+
+Also check case of hex characters in the ASCII cases.
-->
Received on Thursday, 3 July 2008 08:37:22 UTC