Open
Description
ARIA IDL still doesn't include attributes that refer to elements, but AOM IDL doesn't use any suffix for those attributes (e.g. ariaActiveDescendant
or ariaDescribedBy
).
However Chromium implementation and the AOM explainer use suffix Element
or Elements
for them (e.g. ariaActiveDescendantElement
or ariaDescribedByElements
).
What's the expected naming for these attributes? Thanks!