diff --git a/source b/source index 0443fe393ab..f1fcd9f9234 100644 --- a/source +++ b/source @@ -50877,8 +50877,14 @@ interface HTMLInputElement : HTMLElement {
If this element's type attribute is in the Radio Button state, then get a reference to the element in
this element's radio button group that has its checkedness set to true, if any, and then set this element's
- checkedness to true.
checked content attribute, if any. If
+ default button is not null, then set default button's checkedness to true; otherwise, set this element's checkedness to false. Otherwise, set this element's checkedness to true.