- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Mar 2010 09:07:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13141
Modified Files:
Overview.html acknowledgements.html sections.html spec.html
Log Message:
Show paragraphs being implied in <blockquote> in an example. (whatwg r4849)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -d -r1.776 -r1.777
--- Overview.html 16 Mar 2010 01:47:05 -0000 1.776
+++ Overview.html 16 Mar 2010 09:07:06 -0000 1.777
@@ -306,7 +306,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.3883.
+This is revision 1.3885.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.782
retrieving revision 1.783
diff -u -d -r1.782 -r1.783
--- spec.html 16 Mar 2010 01:47:05 -0000 1.782
+++ spec.html 16 Mar 2010 09:07:07 -0000 1.783
@@ -304,7 +304,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.3883.
+This is revision 1.3885.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -5950,10 +5950,10 @@
contains twitter messages from the blog author</em> -->
<h1>Twitter Feed</h1>
<blockquote cite="http://twitter.example.net/t31351234">
- <p>I'm on vacation, writing my blog.</p>
+ I'm on vacation, writing my blog.
</blockquote>
<blockquote cite="http://twitter.example.net/t31219752">
- <p>I'm going to go on vacation soon.</p>
+ I'm going to go on vacation soon.
</blockquote>
</aside>
<article>
@@ -29626,6 +29626,7 @@
Peter Kasting,
Peter Stark,
Peter-Paul Koch,
+ Phil Pickering,
Philip Jägenstedt,
Philip Taylor,
Philip TAYLOR<!-- a different one -->,
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- sections.html 16 Mar 2010 01:47:05 -0000 1.28
+++ sections.html 16 Mar 2010 09:07:07 -0000 1.29
@@ -800,10 +800,10 @@
contains twitter messages from the blog author</em> -->
<h1>Twitter Feed</h1>
<blockquote cite="http://twitter.example.net/t31351234">
- <p>I'm on vacation, writing my blog.</p>
+ I'm on vacation, writing my blog.
</blockquote>
<blockquote cite="http://twitter.example.net/t31219752">
- <p>I'm going to go on vacation soon.</p>
+ I'm going to go on vacation soon.
</blockquote>
</aside>
<article>
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -d -r1.587 -r1.588
--- acknowledgements.html 13 Mar 2010 00:47:41 -0000 1.587
+++ acknowledgements.html 16 Mar 2010 09:07:06 -0000 1.588
@@ -681,6 +681,7 @@
Peter Kasting,
Peter Stark,
Peter-Paul Koch,
+ Phil Pickering,
Philip Jägenstedt,
Philip Taylor,
Philip TAYLOR<!-- a different one -->,
Received on Tuesday, 16 March 2010 09:07:11 UTC