html5/spec acknowledgements.html,1.882,1.883 infrastructure.html,1.882,1.883 semantics.html,1.881,1.882 spec.html,1.887,1.888

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&#228;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> --&gt;
   &lt;h1&gt;Twitter Feed&lt;/h1&gt;
   &lt;blockquote cite="http://twitter.example.net/t31351234"&gt;
-   &lt;p&gt;I'm on vacation, writing my blog.&lt;/p&gt;
+   I'm on vacation, writing my blog.
   &lt;/blockquote&gt;
   &lt;blockquote cite="http://twitter.example.net/t31219752"&gt;
-   &lt;p&gt;I'm going to go on vacation soon.&lt;/p&gt;
+   I'm going to go on vacation soon.
   &lt;/blockquote&gt;
  &lt;/aside&gt;
  &lt;article&gt;

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>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 16 March 2010 09:06:39 UTC