Iterable<Element> get ariaDetailsElements => js_util.getProperty(this, 'ariaDetailsElements');
set ariaDetailsElements(Iterable<Element> newValue) { js_util.setProperty(this, 'ariaDetailsElements', newValue); }