[Webkit-unassigned] [Bug 256828] New: Notifications API: default silent to platform convention

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 15 23:33:39 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256828

            Bug ID: 256828
           Summary: Notifications API: default silent to platform
                    convention
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marcosc at apple.com

The NotificationOptions dictionary specifies boolean silent=false; by default.

That default can conflict with certain platforms/OSs, whereby if a notification is silent (or not) should really be left up to OS.

Spec change:
https://github.com/whatwg/notifications/pull/194

The proposal makes the silent member on the NotificationOption dictionary default to null. This is then reflected by the silent attribute of the Notification interface.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230516/d560e62f/attachment-0001.htm>


More information about the webkit-unassigned mailing list