- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 Jun 2008 19:41:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2806
Modified Files:
Overview.html
Log Message:
missing 'include' (credit: de) (whatwg r1733)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -d -r1.921 -r1.922
--- Overview.html 8 Jun 2008 00:41:22 -0000 1.921
+++ Overview.html 8 Jun 2008 19:40:58 -0000 1.922
@@ -35860,10 +35860,10 @@
<dt>Otherwise, the origins are different and the document containing the
hyperlink being audited was retrieved over an encrypted connection
- <dd>The request must a <code title="">Ping-To</code> HTTP header with, as
- its value, the address of the target of the hyperlink. The request must
- neither include a <code title="">Referer</code> HTTP header nor include a
- <code title="">Ping-From</code> HTTP header.
+ <dd>The request must include a <code title="">Ping-To</code> HTTP header
+ with, as its value, the address of the target of the hyperlink. The
+ request must neither include a <code title="">Referer</code> HTTP header
+ nor include a <code title="">Ping-From</code> HTTP header.
</dl>
<p class=note>To save bandwidth, implementors might also wish to consider
Received on Sunday, 8 June 2008 19:41:35 UTC