[html5] r5051 - [w] (0) Explicitly state the 'else' clause to this 'if'.

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 14 17:52:14 PDT 2010


Author: ianh
Date: 2010-04-14 17:52:13 -0700 (Wed, 14 Apr 2010)
New Revision: 5051

Modified:
   complete.html
   source
Log:
[w] (0) Explicitly state the 'else' clause to this 'if'.

Modified: complete.html
===================================================================
--- complete.html	2010-04-15 00:46:06 UTC (rev 5050)
+++ complete.html	2010-04-15 00:52:13 UTC (rev 5051)
@@ -70220,14 +70220,21 @@
      <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>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
-     <var title="">secure</var> is true.
-     <a href=#refsCOOKIES>[COOKIES]</a>
+     <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 <var title="">secure</var> is true.
+      <a href=#refsCOOKIES>[COOKIES]</a>
+
+      </p>
+
+      <p>If the relevant specification is not supported by the user
+      agent, then the field must be ignored.</p>
+
      </dd>
 
 

Modified: source
===================================================================
--- source	2010-04-15 00:46:06 UTC (rev 5050)
+++ source	2010-04-15 00:52:13 UTC (rev 5051)
@@ -78788,23 +78788,30 @@
      title="http-setcookie2">set-cookie2</code>" or another
      cookie-related field name</dt>
 
-     <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
-     <var title="">secure</var> is true.
+     <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 <var title="">secure</var> is true.
 <!--END complete-->
-     <a href="#refsRFC2109">[RFC2109]</a>
-     <a href="#refsRFC2965">[RFC2965]</a>
+      <a href="#refsRFC2109">[RFC2109]</a>
+      <a href="#refsRFC2965">[RFC2965]</a>
 <!--START complete--><!--END websocket-protocol-->
-     <a href="#refsCOOKIES">[COOKIES]</a>
+      <a href="#refsCOOKIES">[COOKIES]</a>
 <!--START websocket-protocol-->
-     </p></dd>
+      </p>
 
+      <p>If the relevant specification is not supported by the user
+      agent, then the field must be ignored.</p>
 
+     </dd>
+
+
      <!--UAS: 'Server' -->
 
 




More information about the Commit-Watchers mailing list