[html5] r4894 - [e] (0) Clarify that WebSocket is not importing all possible cookie-related spec [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 22:57:16 PDT 2010


Author: ianh
Date: 2010-03-28 22:57:15 -0700 (Sun, 28 Mar 2010)
New Revision: 4894

Modified:
   complete.html
   source
Log:
[e] (0) Clarify that WebSocket is not importing all possible cookie-related specifications; UAs can pick which cookie specs, if any, they support.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9149

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 05:55:27 UTC (rev 4893)
+++ complete.html	2010-03-29 05:57:15 UTC (rev 4894)
@@ -69594,7 +69594,8 @@
      <dt>If the entry's name is "<code title=http-setcookie>set-cookie</code>" or "<code title=http-setcookie2>set-cookie2</code>" or another
      cookie-related field name</dt>
 
-     <dd><p>Handle the cookie as defined by the appropriate
+     <dd><p>If the relevant specification is supported by the user
+     agent, handle the cookie as defined by the appropriate
      specification, with the resource being the one with the host <var title="">host</var>, the port <var title="">port</var>, the path
      (and possibly query parameters) <var title="">resource
      name</var>, and the scheme <code title="">http</code> if <var title="">secure</var> is false and <code title="">https</code> if

Modified: source
===================================================================
--- source	2010-03-29 05:55:27 UTC (rev 4893)
+++ source	2010-03-29 05:57:15 UTC (rev 4894)
@@ -78104,7 +78104,8 @@
      title="http-setcookie2">set-cookie2</code>" or another
      cookie-related field name</dt>
 
-     <dd><p>Handle the cookie as defined by the appropriate
+     <dd><p>If the relevant specification is supported by the user
+     agent, handle the cookie as defined by the appropriate
      specification, with the resource being the one with the host <var
      title="">host</var>, the port <var title="">port</var>, the path
      (and possibly query parameters) <var title="">resource




More information about the Commit-Watchers mailing list