- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Aug 2012 03:43:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv7166
Modified Files:
Overview.html
Log Message:
commit 0c63d68e6d602d35ea3bcb8981f04d646798e24e
Author: Rik Cabanier <cabanier@adobe.com>
Date: Thu Aug 23 20:39:07 2012 -0700
Changed boilerplate code to change spec style to Editor's draft
Signed-off-by: Rik Cabanier <cabanier@adobe.com>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.html 24 Aug 2012 03:14:46 -0000 1.138
+++ Overview.html 24 Aug 2012 03:43:49 -0000 1.139
@@ -192,43 +192,7 @@
fieldset > :last-child { margin-bottom: 0; }
fieldset p { margin: 0.5em 0; }
- .stability {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em red;
- padding: 0.5em 1em;
- text-align: center;
- }
- .stability strong {
- display: block;
- }
- .stability input {
- appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black;
- position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center;
- }
- .stability input:hover {
- color: white;
- text-shadow: 0 0 2px black;
- }
- .stability input:active {
- padding: 0.3em 0.45em 0.2em 0.55em;
- }
- .stability :link, .stability :visited,
- .stability :link:hover, .stability :visited:hover {
- background: transparent;
- color: white;
- }
-
- </style><link href=http://www.w3.org/StyleSheets/TR/W3C-WD rel=stylesheet type=text/css><meta content=noindex name=robots><style type=text/css>
+ </style><link href=http://www.w3.org/StyleSheets/TR/W3C-ED rel=stylesheet type=text/css><style type=text/css>
.applies thead th > * { display: block; }
.applies thead code { display: block; }
@@ -357,10 +321,8 @@
<h1>HTML Canvas 2D Context</h1>
<h2 class="no-num no-toc" id=generatedID></h2>
- <h2 class="no-num no-toc" id=w3c-working-draft-29-march-2012>W3C Working Draft 29 March 2012</h2>
- <dl><dt>This Version:</dt>
- <dd><a href=http://www.w3.org/TR/2012/WD-2dcontext-20120329/>http://www.w3.org/TR/2012/WD-2dcontext-20120329/</a></dd>
- <dt>Latest Published Version:</dt>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
+ <dl><dt>Latest Published Version:</dt>
<dd><a href=http://www.w3.org/TR/2dcontext/>http://www.w3.org/TR/2dcontext/</a></dd>
<dt>Latest Editor's Draft:</dt>
<dd><a class=latest-link href=http://dev.w3.org/html5/2dcontext/>http://dev.w3.org/html5/2dcontext/</a></dd>
@@ -500,29 +462,7 @@
<div id=multipage-common>
- <!-- stability warning for TR/ page version -->
- <!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html -->
- <p class=stability id=wip><strong>This is a work in
- progress!</strong> For the latest updates from the HTML WG, possibly
- including important bug fixes, please look at the <a href=http://dev.w3.org/html5/2dcontext/>editor's draft</a> instead.
- <input onclick=closeWarning(this.parentNode) type=button value=╳⃝></p>
- <script>
- function closeWarning(element) {
- element.parentNode.removeChild(element);
- var date = new Date();
- date.setDate(date.getDate()+4);
- document.cookie = 'hide-obsolescence-warning=1; expires=' + date.toGMTString();
- }
- if (getCookie('hide-obsolescence-warning') == '1')
- setTimeout(function () { document.getElementById('wip').parentNode.removeChild(document.getElementById('wip')); }, 2000);
- </script><!--
- <script>
- if (location == 'http://dev.w3.org/html5/2dcontext/') {
- var wip = document.getElementById('wip');
- wip.parentNode.removeChild(wip);
- }
- </script>
- --></div>
+ </div>
<!-- not everyone agrees with this (requested before html5 fpwd) -->
@@ -561,7 +501,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 29 March 2012 Working Draft.
+ This specification is the 24 August 2012 Editor's Draft.
</p>
Received on Friday, 24 August 2012 03:43:53 UTC