[html5] r6881 - [e] (0) Add alternative style sheets for highlighting implementation-only prose.

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 9 15:16:25 PST 2012


Author: ianh
Date: 2012-01-09 15:16:24 -0800 (Mon, 09 Jan 2012)
New Revision: 6881

Modified:
   complete.html
   index
Log:
[e] (0) Add alternative style sheets for highlighting implementation-only prose.

Modified: complete.html
===================================================================
--- complete.html	2012-01-07 00:13:58 UTC (rev 6880)
+++ complete.html	2012-01-09 23:16:24 UTC (rev 6881)
@@ -213,7 +213,7 @@
      src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
    }
 
-  </style><link href=status.css rel=stylesheet><script>
+  </style><link href=data:text/css, rel=stylesheet title=Normal><link href="data:text/css,.impl { background: pink; }" rel="stylesheet alternate" title="Highlight implementation-only prose"><link href=status.css rel=stylesheet><script>
    var startedInit = 0;
    function init() {
      startedInit = 1;
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 9 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>

Modified: index
===================================================================
--- index	2012-01-07 00:13:58 UTC (rev 6880)
+++ index	2012-01-09 23:16:24 UTC (rev 6881)
@@ -213,7 +213,7 @@
      src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
    }
 
-  </style><link href=status.css rel=stylesheet><script>
+  </style><link href=data:text/css, rel=stylesheet title=Normal><link href="data:text/css,.impl { background: pink; }" rel="stylesheet alternate" title="Highlight implementation-only prose"><link href=status.css rel=stylesheet><script>
    var startedInit = 0;
    function init() {
      startedInit = 1;
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 9 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>




More information about the Commit-Watchers mailing list