This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Code snip: "this._root.querySelector('hh').textContent = fmt(now.getHours()); this._root.querySelector('sep').style.visibility = now.getSeconds() % 2 ? 'visible' : 'hidden'; this._root.querySelector('mm').textContent = fmt(now.getMinutes());" End snip: Here we should have '#hh', '#sep' and '$mm'. Doesn't anyone try to run the code to see if it has a chance of being correct?
Moved to https://github.com/w3c/webcomponents/issues/206