Returns true if input is a valid ARIA attribute.
bool isAriaAttribute(String attribute) => _ariaAttributes.contains(attribute);