- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 05:48:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14319
Modified Files:
Overview.html spec.html text-level-semantics.html
Log Message:
markup error in example (whatwg r4506)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.558
retrieving revision 1.559
diff -u -d -r1.558 -r1.559
--- text-level-semantics.html 6 Jan 2010 05:39:13 -0000 1.558
+++ text-level-semantics.html 6 Jan 2010 05:48:30 -0000 1.559
@@ -1373,7 +1373,7 @@
quotes to render in italics.</p>
<pre><article>
- <style>
+ <style scoped>
blockquote mark, q mark {
font: inherit; font-style: italic;
text-decoration: none;
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -d -r1.590 -r1.591
--- Overview.html 6 Jan 2010 05:39:12 -0000 1.590
+++ Overview.html 6 Jan 2010 05:48:30 -0000 1.591
@@ -281,7 +281,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.3604.
+This is revision 1.3605.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <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.595
retrieving revision 1.596
diff -u -d -r1.595 -r1.596
--- spec.html 6 Jan 2010 05:39:13 -0000 1.595
+++ spec.html 6 Jan 2010 05:48:30 -0000 1.596
@@ -279,7 +279,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.3604.
+This is revision 1.3605.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -8213,7 +8213,7 @@
quotes to render in italics.</p>
<pre><article>
- <style>
+ <style scoped>
blockquote mark, q mark {
font: inherit; font-style: italic;
text-decoration: none;
Received on Wednesday, 6 January 2010 05:48:34 UTC