- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jan 2009 11:08:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/web-forms-2
In directory hutz:/tmp/cvs-serv26929
Modified Files:
Overview.html
Log Message:
This draft is now obsolete.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/web-forms-2/Overview.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.html 12 Oct 2006 00:56:48 -0000 1.23
+++ Overview.html 5 Jan 2009 11:07:59 -0000 1.24
@@ -42,6 +42,10 @@
.applies .deprecated { background: #EEEEEE; }
.applies .deprecated .yes { background: #DDDD99; }
img { max-width: 100%; }
+ * { color: gray ! important; background: none ! important; border-color: silver ! important; }
+ .obsolete { border: double thick red ! important; background: yellow ! important; margin: 4em 14em 4em 3em; text-align: center; }
+ .obsolete a { color: blue ! important; }
+ .obsolete p { font: 900 2em sans-serif; color: red ! important; margin: 1em 1.5em ! important; }
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet
type="text/css">
@@ -51,10 +55,18 @@
[...1757 lines suppressed...]
+ href="#output">output</a></code>) and the <code>form</code> element. The
<code>oninvalid</code> attribute is added to all form controls except
- <code><a href="#output0">output</a></code> and <code>button</code>
+ <code><a href="#output">output</a></code> and <code>button</code>
elements. The <code>onchange</code> attribute (but not
<code>oninput</code>) is added to the <code><a
- href="#output0">output</a></code> element.
+ href="#output">output</a></code> element.
<p>When frames and multiple windows are also allowed, the
<code>target</code> attribute is added to the <code>form</code>,
@@ -8310,7 +8317,7 @@
<td class=yes>Yes
<tr>
- <th><code><a href="#autofocus0">autofocus</a></code>
+ <th><code><a href="#autofocus">autofocus</a></code>
<td class=yes>Yes
Received on Monday, 5 January 2009 11:08:11 UTC