- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 07:58:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19841
Modified Files:
Overview.html
Log Message:
fix typos, copyright dates (whatwg r2780)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1950
retrieving revision 1.1951
diff -u -d -r1.1950 -r1.1951
--- Overview.html 11 Feb 2009 07:48:25 -0000 1.1950
+++ Overview.html 11 Feb 2009 07:58:21 -0000 1.1951
@@ -27,7 +27,7 @@
<dd><a href=mailto:ian@hixie.ch>Ian Hickson</a>, Google, Inc.</dd>
<dd>David Hyatt, Apple, Inc.</dd>
</dl><p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
- © 2008 <a href=http://www.w3.org/><abbr title="World Wide
+ © 2009 <a href=http://www.w3.org/><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts
Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.org/><abbr title="European Research
Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>), All Rights Reserved. W3C
@@ -27728,11 +27728,11 @@
<dt><dfn id=selector-read-only title=selector-read-only><code>:read-only</code></dfn></dt>
- <dt><dfn id=title-selector-read-write-:read-write> title="selector-read-write"><code>:read-write</code></dfn></dt>
+ <dt><dfn id=selector-read-write title=selector-read-write><code>:read-write</code></dfn></dt>
<dd>
- <p>The <code title=selector-read-write>:read-write</code>
+ <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
pseudo-class must match the following elements:</p>
<ul><li>an <code><a href=#the-input-element>input</a></code> element to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
Received on Wednesday, 11 February 2009 07:58:32 UTC