Closed
Description
Bug:
aria-owns in the DOM even though the elements it points to are not
What is the expected behavior?
aria-owns should not point to elements not in the DOM, if the elements are not in the DOM then aria-owns should be removed as well
What is the current behavior?
aria-owns shows up in the DOM when those elements are not in the DOM
What are the steps to reproduce?
http://embed.plnkr.co/cLXRzvn2uWQ5y5YmiU8L/
inspect select, notice non-empty aria-owns
What is the use-case or motivation for changing an existing behavior?
Currently throws accessibility issues
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": "2.0.0-beta.8"
Is there anything else we should know?