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