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