- From: <bugzilla@jessica.w3.org>
- Date: Sun, 27 Apr 2014 13:18:59 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484 Bug ID: 25484 Summary: [Explainer]: Example querySelectors need to select IDs Product: WebAppsWG Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglazkov@chromium.org Reporter: gsf747@gmail.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org Blocks: 14949 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());" -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 27 April 2014 13:19:01 UTC