[html5] r7414 - [giow] (0) Require Cookies and Origin if you implement HTTP. Fixing https://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 26 15:52:40 PDT 2012
Author: ianh
Date: 2012-09-26 15:52:39 -0700 (Wed, 26 Sep 2012)
New Revision: 7414
Modified:
complete.html
index
source
Log:
[giow] (0) Require Cookies and Origin if you implement HTTP.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17836
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-09-26 22:42:57 UTC (rev 7413)
+++ complete.html 2012-09-26 22:52:39 UTC (rev 7414)
@@ -4441,6 +4441,9 @@
protocol, and several features assume that those languages and
protocols are in use.</p>
+ <p>A user agent that implements the HTTP protocol must implement the Web Origin Concept
+ specification and the HTTP State Management Mechanism specification (Cookies) as well. <a href=#refsHTTP>[HTTP]</a> <a href=#refsORIGIN>[ORIGIN]</a> <a href=#refsCOOKIES>[COOKIES]</a></p>
+
<p class=note>This specification might have certain additional
requirements on character encodings, image formats, audio formats,
and video formats in the respective sections.</p>
Modified: index
===================================================================
--- index 2012-09-26 22:42:57 UTC (rev 7413)
+++ index 2012-09-26 22:52:39 UTC (rev 7414)
@@ -4441,6 +4441,9 @@
protocol, and several features assume that those languages and
protocols are in use.</p>
+ <p>A user agent that implements the HTTP protocol must implement the Web Origin Concept
+ specification and the HTTP State Management Mechanism specification (Cookies) as well. <a href=#refsHTTP>[HTTP]</a> <a href=#refsORIGIN>[ORIGIN]</a> <a href=#refsCOOKIES>[COOKIES]</a></p>
+
<p class=note>This specification might have certain additional
requirements on character encodings, image formats, audio formats,
and video formats in the respective sections.</p>
Modified: source
===================================================================
--- source 2012-09-26 22:42:57 UTC (rev 7413)
+++ source 2012-09-26 22:52:39 UTC (rev 7414)
@@ -3423,6 +3423,11 @@
protocol, and several features assume that those languages and
protocols are in use.</p>
+ <p>A user agent that implements the HTTP protocol must implement the Web Origin Concept
+ specification and the HTTP State Management Mechanism specification (Cookies) as well. <a
+ href="#refsHTTP">[HTTP]</a> <a href="#refsORIGIN">[ORIGIN]</a> <a
+ href="#refsCOOKIES">[COOKIES]</a></p>
+
<p class="note">This specification might have certain additional
requirements on character encodings, image formats, audio formats,
and video formats in the respective sections.</p>
More information about the Commit-Watchers
mailing list