- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 09:23:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32407
Modified Files:
Overview.html
Log Message:
Remove redundancy in definition of :read-write. (credit: rk) (whatwg r2786)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1956
retrieving revision 1.1957
diff -u -d -r1.1956 -r1.1957
--- Overview.html 11 Feb 2009 09:19:28 -0000 1.1956
+++ Overview.html 11 Feb 2009 09:23:51 -0000 1.1957
@@ -27744,8 +27744,8 @@
<ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
but that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
- (i.e. that do not have the attribute specified), and that are not
- <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
+ (i.e. that do not have the attribute specified and that are not
+ <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>)</li>
<li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute, and
that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
@@ -48355,18 +48355,18 @@
Oliver Hunt, <!-- Ozob = Kyle Hofmann --> Peter Karlsson, Peter
Kasting, Philip Jägenstedt, Philip Taylor, Philip TAYLOR<!-- a
different one -->, Rachid Finge, Rajas Moonka, Ralf Stoltze, Ralph
- Giles, Raphael Champeimont, Rene Saarsoo, Richard Ishida, Rimantas
- Liubertas, Robert Blaut, Robert O'Callahan, Robert Sayre, Roman
- Ivanov, Ryan King, S. Mike Dierken, Sam Kuper, Sam Ruby, Sam Weinig,
- Scott Hess, Sean Knapp, Shaun Inman, Shiki Okasaka, Silvia Pfeiffer,
- Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen Ma, Steve
- Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
- Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
- Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tommy Thorsen,
- Travis Leithead, Tyler Close, Vladimir Vukićević,
- Wakaba, Wayne Pollock, Wellington Fernando de Macedo, William
- Swanson, Wolfram Kriesing, Yi-An Huang, Zhenbin Xu, and
- Øistein E. Andersen, for their useful and substantial
+ Giles, Raphael Champeimont, Rene Saarsoo, Richard Ishida, Rikkert
+ Koppes, Rimantas Liubertas, Robert Blaut, Robert O'Callahan, Robert
+ Sayre, Roman Ivanov, Ryan King, S. Mike Dierken, Sam Kuper, Sam
+ Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Shiki
+ Okasaka, Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Steffen
+ Meschkat, Stephen Ma, Steve Faulkner, Steve Runyon, Steven Garrity,
+ Stewart Brodie, Stuart Parmenter, Sunava Dutta, Tantek Çelik,
+ Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim Altman, Tim
+ Johansson, Tommy Thorsen, Travis Leithead, Tyler Close, Vladimir
+ Vukićević, Wakaba, Wayne Pollock, Wellington Fernando
+ de Macedo, William Swanson, Wolfram Kriesing, Yi-An Huang, Zhenbin
+ Xu, and Øistein E. Andersen, for their useful and substantial
comments.<p>Thanks also to everyone who has ever posted about HTML5 to their
blogs, public mailing lists, or forums, including the <a href=http://lists.w3.org/Archives/Public/public-html/>W3C
public-html list</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG lists</a>.
Received on Wednesday, 11 February 2009 09:24:03 UTC