Bug 1837540 - Make radio button group navigation follow tree-order. r=sefeng,smaug

Differential Revision: https://phabricator.services.mozilla.com/D183426
This commit is contained in:
avandolder
2023-08-03 01:52:19 +00:00
parent b88e92110c
commit 8898fd2eec
10 changed files with 201 additions and 112 deletions

View File

@@ -379,9 +379,6 @@ class HTMLFormElement final : public nsGenericHTMLElement,
void GetSupportedNames(nsTArray<nsString>& aRetval);
static int32_t CompareFormControlPosition(Element* aElement1,
Element* aElement2,
const nsIContent* aForm);
#ifdef DEBUG
static void AssertDocumentOrder(
const nsTArray<nsGenericHTMLFormElement*>& aControls, nsIContent* aForm);