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.

  • + data-x="concept-fe-checked">checkedness set to true, if any. If this element's checkedness is true, then let default button be the + last element in this element's radio button group, in tree order, that + has a 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.