- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jun 2008 01:04:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13320
Modified Files:
Overview.html Overview.src.html
Log Message:
fixed previous commit
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Overview.html 30 Jun 2008 00:59:57 -0000 1.276
+++ Overview.html 30 Jun 2008 01:04:48 -0000 1.277
@@ -761,6 +761,11 @@
and
current “Editor’s Draft”.</p></div>
<p>In this section, the following note was added.</p>
+ <blockquote>
+ <p><q>If there are multiple base elements with
+ target attributes, all but the first are
+ ignored.</q></p>
+ </blockquote>
</div>
</div>
<div id="sections_wd2" class="section">
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- Overview.src.html 30 Jun 2008 00:59:57 -0000 1.263
+++ Overview.src.html 30 Jun 2008 01:04:48 -0000 1.264
@@ -275,6 +275,11 @@
<section id=the-base_wd2>
<h2>Section 4.2.3, The base element</h2>
<p>In this section, the following note was added.</p>
+ <blockquote>
+ <p><q>If there are multiple base elements with
+ target attributes, all but the first are
+ ignored.</q></p>
+ </blockquote>
</section>
</section>
<section id=sections_wd2>
Received on Monday, 30 June 2008 01:05:24 UTC