- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Mar 2010 09:06:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12831
Modified Files:
acknowledgements.html infrastructure.html semantics.html
spec.html
Log Message:
Show paragraphs being implied in <blockquote> in an example. (whatwg r4849)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -d -r1.882 -r1.883
--- infrastructure.html 13 Mar 2010 00:06:35 -0000 1.882
+++ infrastructure.html 16 Mar 2010 09:06:35 -0000 1.883
@@ -2448,9 +2448,7 @@
</li>
<li><p>If the <var title="">time present</var> flag is true, then
- <a href="#parse-a-time-component">parse a time component</a> to obtain <var title="">hour</var>, <var title="">minute</var>, and <var title="">second</var>. If this returns nothing, then set the <var title="">time present</var> flag to false.</p>
-
- </li><li><p>If both the <var title="">date present</var> and <var title="">time present</var> flags are false, then fail.</p></li>
+ <a href="#parse-a-time-component">parse a time component</a> to obtain <var title="">hour</var>, <var title="">minute</var>, and <var title="">second</var>. If this returns nothing, then fail.</p></li>
<li><p>If the <var title="">date present</var> and <var title="">time present</var> flags are both true, but <var title="">position</var> is beyond the end of <var title="">input</var>, then fail.</p></li>
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -d -r1.882 -r1.883
--- acknowledgements.html 13 Mar 2010 00:46:50 -0000 1.882
+++ acknowledgements.html 16 Mar 2010 09:06:35 -0000 1.883
@@ -683,6 +683,7 @@
Peter Kasting,
Peter Stark,
Peter-Paul Koch,
+ Phil Pickering,
Philip Jägenstedt,
Philip Taylor,
Philip TAYLOR<!-- a different one -->,
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- semantics.html 16 Mar 2010 01:46:33 -0000 1.881
+++ semantics.html 16 Mar 2010 09:06:35 -0000 1.882
@@ -3220,10 +3220,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: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.887
retrieving revision 1.888
diff -u -d -r1.887 -r1.888
--- spec.html 16 Mar 2010 01:46:33 -0000 1.887
+++ spec.html 16 Mar 2010 09:06:35 -0000 1.888
@@ -307,7 +307,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.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
Received on Tuesday, 16 March 2010 09:06:39 UTC