This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
"function {" Just a small typo in the example, should be "function () {", makes it a little easier on those copying and pasting the example. This is within the following section of the example: document.addEventListener('DOMContentLoaded', function { [].forEach.call(document.querySelectorAll('ul.stories'), makeShadowSubtree); });
http://dvcs.w3.org/hg/webcomponents/rev/30222518ccdc Thanks!