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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.