Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.04k stars 2.01k forks source link

Adds support for binding to slots' `name` attribute. #5540

Closed bicknellr closed 5 years ago

bicknellr commented 5 years ago

Previously bindings to the name attribute of slots were not supported because, when slots were converted to content elements, the name$ attribute was not converted to select$ in the same way the name attribute was converted to select. Also, changes to a content element's select attribute did not trigger redistribution of its root's host element.

Fixes #5539.