html5/html4-differences Overview.html,1.185,1.186 Overview.src.html,1.198,1.199

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv17935

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fieldset disabled doesn't disable all descendants

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.html	14 Sep 2012 12:27:19 -0000	1.185
+++ Overview.html	14 Sep 2012 12:30:25 -0000	1.186
@@ -626,7 +626,7 @@
 &lt;/select&gt;&lt;/label&gt;</code></pre>
 
       <li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code> element now allows the
-      <code class="external" title="attr-fieldset-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-fieldset-disabled">disabled</a></code> attribute which disables all descendant controls
+      <code class="external" title="attr-fieldset-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-fieldset-disabled">disabled</a></code> attribute which disables all descendant controls (excluding those that are descendants of the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-legend-element">legend</a></code> element)
       when specified, and the <code class="external" title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute which can be used for script access.
 
       <li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element has several new attributes to

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- Overview.src.html	14 Sep 2012 12:27:19 -0000	1.198
+++ Overview.src.html	14 Sep 2012 12:30:25 -0000	1.199
@@ -581,7 +581,7 @@
 &lt;/select>&lt;/label></code></pre>
 
       <li><p>The <code data-anolis-spec=html>fieldset</code> element now allows the
-      <code data-anolis-spec=html title=attr-fieldset-disabled>disabled</code> attribute which disables all descendant controls
+      <code data-anolis-spec=html title=attr-fieldset-disabled>disabled</code> attribute which disables all descendant controls (excluding those that are descendants of the <code data-anolis-spec=html>legend</code> element)
       when specified, and the <code data-anolis-spec=html title=attr-fe-name>name</code> attribute which can be used for script access.
 
       <li><p>The <code data-anolis-spec=html>input</code> element has several new attributes to

Received on Friday, 14 September 2012 12:30:31 UTC