@@ -60181,7 +60181,7 @@ interface <dfn interface>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {
|
60181 | 60181 | <li>Its <code data-x="attr-fieldset-disabled">disabled</code> attribute is specified. |
60182 | 60182 | |
60183 | 60183 | <li>It is a descendant of another <code>fieldset</code> element whose <code |
60184 | | - data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and is <em>not</em> a |
| 60184 | + data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and it is <em>not</em> a |
60185 | 60185 | descendant of that <code>fieldset</code> element's first <code>legend</code> element child, if |
60186 | 60186 | any.</li> |
60187 | 60187 | </ul> |
@@ -61061,7 +61061,7 @@ form.method === input; // => true</code></pre>
|
61061 | 61061 | its value); or</p></li> |
61062 | 61062 | |
61063 | 61063 | <li><p>the element is a descendant of a <code>fieldset</code> element whose <code |
61064 | | - data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and is <em>not</em> a |
| 61064 | + data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and the element is <em>not</em> a |
61065 | 61065 | descendant of that <code>fieldset</code> element's first <code>legend</code> element child, if |
61066 | 61066 | any.</p></li> |
61067 | 61067 | </ul> |
@@ -88338,7 +88338,7 @@ body { display:none }
|
88338 | 88338 | data-x="attr-input-type-text">Text</span>, <span |
88339 | 88339 | data-x="attr-input-type-search">Search</span>, <span |
88340 | 88340 | data-x="attr-input-type-tel">Telephone</span>, <span data-x="attr-input-type-url">URL</span>, |
88341 | | - or <span data-x="attr-input-type-email">Email</span> state and is <span |
| 88341 | + or <span data-x="attr-input-type-email">Email</span> state and <var>element</var> is <span |
88342 | 88342 | data-x="concept-fe-mutable">mutable</span>;</p></li> |
88343 | 88343 | |
88344 | 88344 | <li><p><var>element</var> is a <code>textarea</code> element that is <span |
|