Short URL: http://html5.org/r/2361
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2361 | 2008-10-22 14:03 |
Index: source =================================================================== --- source (revision 2360) +++ source (revision 2361) @@ -30004,11 +30004,17 @@ attribute is a <span>boolean attribute</span>. An <code>option</code> element is <dfn title="concept-option-disabled">disabled</dfn> if its <code - title="attr-option-disabled">disabled</code> is present or if it is - a child of an <code>optgroup</code> element whose <code + title="attr-option-disabled">disabled</code> attribute is present or + if it is a child of an <code>optgroup</code> element whose <code title="attr-optgroup-disabled">disabled</code> attribute is present.</p> + <p>An <code>option</code> element that is <span + title="attr-option-disabled">disabled</span> must prevent any <code + title="event-click">click</code> events that are <span title="queue + a task">queued</span> on the <span>user interaction task + source</span> from being dispatched on the element.</p> + <p>The <dfn title="attr-option-label"><code>label</code></dfn> attribute provides a label for element. The <dfn title="concept-option-label">label</dfn> of an <code>option</code> @@ -30633,6 +30639,12 @@ whose <code title="attr-fieldset-disabled">disabled</code> attribute is set.</p> + <p>A form control that is <span + title="concept-fe-disabled">disabled</span> must prevent any <code + title="event-click">click</code> events that are <span title="queue + a task">queued</span> on the <span>user interaction task + source</span> from being dispatched on the element.</p> + <p><strong>Constraint validation:</strong> If an element is <span title="concept-fe-disabled">disabled</span>, it is <span>barred from constraint validation</span>.</p>