concerto / concerto-frontend

Frontend JS code for Concerto
http://concerto-signage.org
Other
7 stars 5 forks source link

multiple divs with same id #51

Closed mfrederickson closed 9 years ago

mfrederickson commented 9 years ago

image

bamnet commented 9 years ago

If I'm reading the DOM correctly, these repeat div IDs are in the Shadow DOM of concerto-field elements. Duplicative IDs should be permitted there as the Shadow DOM protects the scope.

mfrederickson commented 9 years ago

I was looking at inspect element in the Dev tools... doesn't that show the regular Dom?

On Oct 7, 2015, at 8:44 PM, Brian Michalski notifications@github.com wrote:

If I'm reading the DOM correctly, these repeat div IDs are in the Shadow DOM of concerto-field elements. Duplicative IDs should be permitted there as the Shadow DOM protects the scope.

— Reply to this email directly or view it on GitHub.