- From: Hayato Ito <notifications@github.com>
- Date: Mon, 06 Jul 2015 00:40:39 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 6 July 2015 07:41:19 UTC
Title: [Explainer]: Example querySelectors need to select IDs (bugzilla: 25484) Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484 ---- comment: 0 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c0 *Gabriel Farrell* wrote on 2014-04-27 13:18:59 +0000. This section should instead select #hh, #sep, and #mm: "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());" ---- comment: 1 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c1 *Dominic Cooney* wrote on 2014-04-27 23:38:12 +0000. Thanks for the bug report. I will fix this in the next Editor's Draft. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/219
Received on Monday, 6 July 2015 07:41:19 UTC