[html5] r4506 - [e] (0) markup error in example Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 21:41:27 PST 2010


Author: ianh
Date: 2010-01-05 21:41:20 -0800 (Tue, 05 Jan 2010)
New Revision: 4506

Modified:
   complete.html
   index
   source
Log:
[e] (0) markup error in example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8465

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 05:31:54 UTC (rev 4505)
+++ complete.html	2010-01-06 05:41:20 UTC (rev 4506)
@@ -17112,7 +17112,7 @@
    quotes to render in italics.</p>
 
    <pre><article>
- <style>
+ <style scoped>
   blockquote mark, q mark {
     font: inherit; font-style: italic;
     text-decoration: none;

Modified: index
===================================================================
--- index	2010-01-06 05:31:54 UTC (rev 4505)
+++ index	2010-01-06 05:41:20 UTC (rev 4506)
@@ -16947,7 +16947,7 @@
    quotes to render in italics.</p>
 
    <pre><article>
- <style>
+ <style scoped>
   blockquote mark, q mark {
     font: inherit; font-style: italic;
     text-decoration: none;

Modified: source
===================================================================
--- source	2010-01-06 05:31:54 UTC (rev 4505)
+++ source	2010-01-06 05:41:20 UTC (rev 4506)
@@ -18072,7 +18072,7 @@
    quotes to render in italics.</p>
 
    <pre><article>
- <style>
+ <style scoped>
   blockquote mark, q mark {
     font: inherit; font-style: italic;
     text-decoration: none;




More information about the Commit-Watchers mailing list