[Bug 26065] New: [Explainer]:

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

            Bug ID: 26065
           Summary: [Explainer]:
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: bartonphillips@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
            Blocks: 14949

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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 12 June 2014 00:36:03 UTC