- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 13:47:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19261 Modified Files: Overview.html Log Message: Move around the 'impl' markers to put some more notes into the author part. (whatwg r4740) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3786 retrieving revision 1.3787 diff -u -d -r1.3786 -r1.3787 --- Overview.html 14 Feb 2010 13:42:00 -0000 1.3786 +++ Overview.html 14 Feb 2010 13:46:58 -0000 1.3787 @@ -5987,17 +5987,13 @@ has been configured not to report referrers in this case, or if the navigation was initiated for a <a href="#hyperlink">hyperlink</a> with a <code title="rel-noreferrer"><a href="#link-type-noreferrer">noreferrer</a></code> keyword.</p> - <p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code> IDL attribute will + </div><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code> IDL attribute will match the <code title="http-referer">Referer</code> (sic) header that was sent when <a href="#fetch" title="fetch">fetching</a> the current - page.</p> - - <p class="note">Typically user agents are configured to not report + page.<p class="note">Typically user agents are configured to not report referrers in the case where the referrer uses an encrypted protocol and the current page does not (e.g. when navigating from an <code title="">https:</code> page to an <code title="">http:</code> - page).</p> - - <hr></div><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a href="#dom-document-cookie">cookie</a></code> [ = <var title="">value</var> ]</dt> + page).<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a href="#dom-document-cookie">cookie</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the HTTP cookies that apply to the <code>Document</code>. If there are no cookies or cookies can't be
Received on Sunday, 14 February 2010 13:47:04 UTC