This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26065 - [Explainer]:
Summary: [Explainer]:
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14949
  Show dependency treegraph
 
Reported: 2014-06-12 00:36 UTC by Barton Phillips
Modified: 2015-07-06 08:05 UTC (History)
2 users (show)

See Also:


Attachments

Description Barton Phillips 2014-06-12 00:36:01 UTC
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?
Comment 1 Hayato Ito 2015-07-06 08:05:05 UTC
Moved to https://github.com/w3c/webcomponents/issues/206