- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Sep 2012 12:43:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31123
Modified Files:
single-page.html
Log Message:
commit 3e589bc6751d9d4b8f746c7b25cab64e118e397e
Author: Robin Berjon <robin@berjon.com>
Date: Thu Sep 6 14:34:47 2012 +0200
added gopher to the white list - https://www.w3.org/Bugs/Public/show_bug.cgi?id=18067
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- single-page.html 6 Sep 2012 12:14:09 -0000 1.88
+++ single-page.html 6 Sep 2012 12:43:49 -0000 1.89
@@ -22484,7 +22484,7 @@
</ins>
</aside></pre>
- <p>As does this, because everything in the <code><a href=#the-aside-element>aside</a></code>
+ <p>As does the following, because everything in the <code><a href=#the-aside-element>aside</a></code>
element here counts as <a href=#phrasing-content-1>phrasing content</a> and therefore
there is just one <a href=#paragraph>paragraph</a>:</p>
@@ -67207,6 +67207,7 @@
scheme">whitelisted schemes</dfn>:</p>
<ul class=brief><li><code title="">irc</code></li>
+ <li><code title="">gopher</code></li>
<li><code title="">mailto</code></li>
<li><code title="">mms</code></li>
<li><code title="">news</code></li>
Received on Thursday, 6 September 2012 12:43:58 UTC