- From: Dylan Barrell <notifications@github.com>
- Date: Fri, 24 Mar 2017 13:35:20 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 20:35:56 UTC
An unordered list `<ul>` is one of the elements that does not allow `attachShadow()` to be called. The example tries to call `attachShadow()` on the `<ul>`. This commit fixes this problem. You can view, comment on, or merge this pull request online at: https://github.com/w3c/webcomponents/pull/632 -- Commit Summary -- * fix example so that attachShadow does not throw an exception -- File Changes -- M spec/shadow/index.html (6) -- Patch Links -- https://github.com/w3c/webcomponents/pull/632.patch https://github.com/w3c/webcomponents/pull/632.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/632
Received on Friday, 24 March 2017 20:35:56 UTC