spec/Overview.html 1.1029 1840 Web Socket specification - replaces TCPC

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) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1029.html#status
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1029.html#a-vocabulary
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1029.html#radiocommand

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#status
  http://dev.w3.org/html5/spec/Overview.html#a-vocabulary
  http://dev.w3.org/html5/spec/Overview.html#radiocommand

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#a-vocabulary
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#radiocommand

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1028&r2=1.1029&f=h

http://html5.org/tools/web-apps-tracker?from=1839&to=1840

===================================================================
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:40:10 UTC