- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 13:56:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv20329
Modified Files:
Overview.html dom.html spec.html
Log Message:
Move around the 'impl' markers to put some more notes into the author part. (whatwg r4740)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.692
retrieving revision 1.693
diff -u -d -r1.692 -r1.693
--- Overview.html 14 Feb 2010 13:46:48 -0000 1.692
+++ Overview.html 14 Feb 2010 13:56:55 -0000 1.693
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3786.
+This is revision 1.3787.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.569
retrieving revision 1.570
diff -u -d -r1.569 -r1.570
--- dom.html 14 Feb 2010 13:46:49 -0000 1.569
+++ dom.html 14 Feb 2010 13:56:55 -0000 1.570
@@ -452,7 +452,13 @@
type can be used to block the referrer.</p>
</dd>
- </dl><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>
+ </dl><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
+ 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><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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -d -r1.697 -r1.698
--- spec.html 14 Feb 2010 13:46:49 -0000 1.697
+++ spec.html 14 Feb 2010 13:56:55 -0000 1.698
@@ -300,7 +300,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3786.
+This is revision 1.3787.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -2370,7 +2370,13 @@
type can be used to block the referrer.</p>
</dd>
- </dl><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>
+ </dl><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
+ 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><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:56:59 UTC