- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Sep 2009 23:27:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv919
Modified Files:
Overview.html
Log Message:
People don't like 'either neither' for some reason. (whatwg r3734)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2907
retrieving revision 1.2908
diff -u -d -r1.2907 -r1.2908
--- Overview.html 2 Sep 2009 22:32:00 -0000 1.2907
+++ Overview.html 2 Sep 2009 23:27:50 -0000 1.2908
@@ -29578,9 +29578,9 @@
the other <code><a href="#the-input-element">input</a></code> elements <var title="">b</var> that
fulfill all of the following conditions:<ul><li>The <code><a href="#the-input-element">input</a></code> element <var title="">b</var>'s <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#radio-button-state" title="attr-input-type-radio">Radio Button</a> state.</li>
- <li>Either neither <var title="">a</var> nor <var title="">b</var>
- have a <a href="#form-owner">form owner</a>, or they both have one and it is the
- same for both.</li>
+ <li>Either <var title="">a</var> and <var title="">b</var> have the
+ same <a href="#form-owner">form owner</a>, or they both have no <a href="#form-owner">form
+ owner</a>.</li>
<li>They both have a <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code>
attribute, and the value of <var title="">a</var>'s <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute is a
Received on Wednesday, 2 September 2009 23:28:01 UTC