You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Overview.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2293,14 +2293,17 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
2293
2293
<code>LinkStyle</code> interface from CSSOM. <ahref="#refsCSSOM">[CSSOM]</a>
2294
2294
2295
2295
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlformelement">HTMLFormElement</a></code> now has a named
2296
-
getter and an indexed getter.
2296
+
getter and an indexed getter,
2297
+
as well as the <codeclass="external" title="dom-form-checkvalidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>
2298
+
and <codeclass="external" title="dom-form-reportvalidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> methods.
2297
2299
2298
2300
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlselectelement">HTMLSelectElement</a></code> now has a
and <codeclass="external" title="dom-select-namedItem"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-nameditem">namedItem()</a></code> methods, a setter creator,
2301
2303
<codeclass="external" title="dom-select-selectedOptions"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-selectedoptions">selectedOptions</a></code> and <codeclass="external" title="dom-lfe-labels"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-lfe-labels">labels</a></code> IDL attributes,
2302
2304
and members for the form constrain validation API: <codeclass="external" title="dom-cva-willvalidate"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-willvalidate">willValidate</a></code>,
and <codeclass="external" title="dom-cva-setCustomValidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code>.
2305
2308
2306
2309
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmloptionelement">HTMLOptionElement</a></code> now has a
Copy file name to clipboardExpand all lines: Overview.whatwg.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2256,14 +2256,17 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
2256
2256
<code>LinkStyle</code> interface from CSSOM. <ahref="#refsCSSOM">[CSSOM]</a>
2257
2257
2258
2258
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlformelement">HTMLFormElement</a></code> now has a named
2259
-
getter and an indexed getter.
2259
+
getter and an indexed getter,
2260
+
as well as the <codeclass="external" title="dom-form-checkvalidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>
2261
+
and <codeclass="external" title="dom-form-reportvalidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> methods.
2260
2262
2261
2263
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmlselectelement">HTMLSelectElement</a></code> now has a
and <codeclass="external" title="dom-select-namedItem"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-nameditem">namedItem()</a></code> methods, a setter creator,
2264
2266
<codeclass="external" title="dom-select-selectedOptions"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-select-selectedoptions">selectedOptions</a></code> and <codeclass="external" title="dom-lfe-labels"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-lfe-labels">labels</a></code> IDL attributes,
2265
2267
and members for the form constrain validation API: <codeclass="external" title="dom-cva-willvalidate"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-willvalidate">willValidate</a></code>,
and <codeclass="external" title="dom-cva-setCustomValidity"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code>.
2268
2271
2269
2272
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#htmloptionelement">HTMLOptionElement</a></code> now has a
0 commit comments