[webcomponents] [Explainer]: (bugzilla: 26065) (#206)

Title: [Explainer]: (bugzilla: 26065)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26065

----
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26065#c0
*Barton Phillips* wrote on 2014-06-12 00:36:01 +0000.

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?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/206

Received on Monday, 6 July 2015 07:40:14 UTC