Auto closing of notifications

Hi,

If I want to close notifications automatically, the spec says writing
following code:

  notification.onshow = function() { setTimeout(notification.close, 15000) }

But when I use a tabbed web browser, and if I close the tab before the
notification is closed,
the notification remains forever (until I close it manually).

Therefore some actions are needed like:
* web browsers should close notifications when original tab is closed
* add expire to notification and browsers should close it after expired

thanks,

-- 
NARUSE, Yui  <naruse@airemix.jp>

Received on Wednesday, 23 October 2013 12:01:52 UTC