Skip to content

Commit

Permalink
[giow] (0) Require Cookies and Origin if you implement HTTP.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17836
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7414 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2012
1 parent 8a20b56 commit f6fb473
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -4441,6 +4441,9 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
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>
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -4441,6 +4441,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -3423,6 +3423,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down

0 comments on commit f6fb473

Please sign in to comment.