- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Aug 2009 16:55:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7864
Modified Files:
toc-status.html tocmix.xsl
Log Message:
cause status-editing page to be opened in new window/tab
Index: tocmix.xsl
===================================================================
RCS file: /sources/public/html5/spec/tocmix.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tocmix.xsl 20 Aug 2009 16:24:36 -0000 1.12
+++ tocmix.xsl 20 Aug 2009 16:55:44 -0000 1.13
@@ -46,6 +46,7 @@
<xsl:copy>
<xsl:apply-templates select="@*" mode="toc"/>
<a
+ target="_blank"
href="http://www.whatwg.org/specs/web-apps/current-work/{$filename}?section={$frag}"
class="status {$status}"
><xsl:value-of select="$status" /></a>
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- toc-status.html 20 Aug 2009 16:37:02 -0000 1.57
+++ toc-status.html 20 Aug 2009 16:55:44 -0000 1.58
@@ -25,1590 +25,1590 @@
</style>
</head>
<body>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction" class="status WD">WD</a> <a href="../spec/#introduction">1
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction" class="status WD">WD</a> <a href="../spec/#introduction">1
Introduction</a>
<ol>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=background" class="status ADD">ADD</a> <a href="../spec/#background">1.1
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=background" class="status ADD">ADD</a> <a href="../spec/#background">1.1
Background</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=audience" class="status WD">WD</a> <a href="../spec/#audience">1.2
[...2301 lines suppressed...]
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=application-xhtml-xml" class="status ADD">ADD</a> <a href="../spec/#application-xhtml-xml">13.2 application/xhtml+xml</a></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-cache-manifest" class="status ADD">ADD</a> <a href="../spec/#text-cache-manifest">13.3
text/cache-manifest</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-ping" class="status ADD">ADD</a> <a href="../spec/#text-ping">13.4
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-ping" class="status ADD">ADD</a> <a href="../spec/#text-ping">13.4
text/ping</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=application-microdata-json" class="status ADD">ADD</a> <a href="../spec/#application-microdata-json">13.5
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=application-microdata-json" class="status ADD">ADD</a> <a href="../spec/#application-microdata-json">13.5
application/microdata+json</a></li>
</ol>
</li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=index" class="status FD">FD</a> <a href="../spec/#index">Index</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=references" class="status TBW">TBW</a> <a href="../spec/#references">References</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=acknowledgements" class="status WIP">WIP</a> <a href="../spec/#acknowledgements">Acknowledgements</a></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=index" class="status TBW">TBW</a> <a href="../spec/#index">Index</a></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=references" class="status TBW">TBW</a> <a href="../spec/#references">References</a></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=acknowledgements" class="status WIP">WIP</a> <a href="../spec/#acknowledgements">Acknowledgements</a></li>
</body>
</html>
Received on Thursday, 20 August 2009 16:55:56 UTC