- From: Maciej Stachowiak <notifications@github.com>
- Date: Thu, 13 Jun 2019 03:18:15 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 June 2019 10:18:37 UTC
"Toast" seems like the standard term for expiring non-modal notification windows on Android and Windows. On iOS and MacOS they are called "banners", or if you want to be really specific, "temporary notification banners". I guess the intention here is to provide an in-page version of this functionality, which is why it's new stuff instead of additions to Notifications API. I do think "toast" is a an odd jargon term that will be really clear in some communities and really confusing in others. Another thought: why isn't this instead an addition to `<dialog>`, a `showTemporary()` (or `showToast()` or `showBanner()`) method in addition to `show()` and `showModal()`? It seems like that could be implemented on top of `show()`, `close()` and a timer, so still polyfillable, and wouldn't be semantically wrong IMO. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/385#issuecomment-501642625
Received on Thursday, 13 June 2019 10:18:37 UTC