[w3c/webcomponents] fix example so that attachShadow does not throw an exception (#632)

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