mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
HTML - implement the labels attribute (follow up)
This commit is contained in:
parent
5b24f05ce7
commit
b9e802f497
20 changed files with 87 additions and 77 deletions
|
|
@ -247,7 +247,7 @@ public:
|
|||
mOptions->IndexedSetter(aIndex, aOption, aRv);
|
||||
}
|
||||
|
||||
static bool MatchSelectedOptions(nsIContent* aContent, int32_t, nsIAtom*,
|
||||
static bool MatchSelectedOptions(Element* aElement, int32_t, nsIAtom*,
|
||||
void*);
|
||||
|
||||
nsIHTMLCollection* SelectedOptions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue