[Bug 25484] New: [Explainer]: Example querySelectors need to select IDs

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 on the CC list for the bug.

Received on Sunday, 27 April 2014 13:19:00 UTC