- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Mar 2011 00:00:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11491
Modified Files:
Overview.html
Log Message:
consistency (whatwg r5931)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4771
retrieving revision 1.4772
diff -u -d -r1.4771 -r1.4772
--- Overview.html 3 Mar 2011 23:56:19 -0000 1.4771
+++ Overview.html 4 Mar 2011 00:00:34 -0000 1.4772
@@ -24856,8 +24856,8 @@
<a href="#track-language">track language</a>, if any, or the empty string
otherwise.</p>
- <p>As the <code title="attr-track-kind"><a href="#attr-track-kind">kind</a></code>, <code title="attr-track-label"><a href="#attr-track-label">label</a></code>, and <code title="attr-track-srclang"><a href="#attr-track-srclang">srclang</a></code> attributes are added,
- removed, or changed, the <a href="#text-track">text track</a> must update
+ <p>As the <code title="attr-track-kind"><a href="#attr-track-kind">kind</a></code>, <code title="attr-track-label"><a href="#attr-track-label">label</a></code>, and <code title="attr-track-srclang"><a href="#attr-track-srclang">srclang</a></code> attributes are set,
+ changed, or removed, the <a href="#text-track">text track</a> must update
accordingly, as per the definitions above.</p>
<p class="note">Changes to the <a href="#track-url">track URL</a> are handled in
@@ -33735,8 +33735,8 @@
<ul><li>The element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> state is set to
true (for whatever reason).</li>
- <li>The element's <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code>
- attribute is added, removed, or changes value.</li>
+ <li>The element's <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute
+ is set, changed, or removed.</li>
<li>The element's <a href="#form-owner">form owner</a> changes.</li>
@@ -37435,9 +37435,9 @@
parser</a> overrides this requirement when inserting form
controls.</span></p>
- <p>When a <a href="#form-associated-element">form-associated element</a>'s <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is added, removed, or
- has its value changed, then the user agent must <a href="#reset-the-form-owner">reset the form
- owner</a> of that element.</p>
+ <p>When a <a href="#form-associated-element">form-associated element</a>'s <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is set, changed, or
+ removed, then the user agent must <a href="#reset-the-form-owner">reset the form owner</a>
+ of that element.</p>
<p>When a <a href="#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute and the <a href="#concept-id" title="concept-id">ID</a> of any of the
elements in the <code><a href="#document">Document</a></code> changes, then the user agent
Received on Friday, 4 March 2011 00:00:41 UTC