Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.Notification.tag - wrong support declaration for Safari on iOS #20305

Closed
ekzyis opened this issue Jul 6, 2023 · 0 comments · Fixed by #20321
Closed

api.Notification.tag - wrong support declaration for Safari on iOS #20305

ekzyis opened this issue Jul 6, 2023 · 0 comments · Fixed by #20321
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@ekzyis
Copy link

ekzyis commented Jul 6, 2023

What type of issue is this?

Incorrect support data (example: Chrome says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

I filed a bug report with WebKit since the tag property didn't work as expected on iOS 16.4. It turns out that this property is not supported yet. See here: https://bugs.webkit.org/show_bug.cgi?id=258922

What browsers does this problem apply to, if applicable?

Safari

What did you expect to see?

A correct declaration if Safari on iOS supports tag or not.

Did you test this? If so, how?

I didn't "test" this but I noticed it doesn't work. Hence the bug report.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/API/Notification/tag#browser_compatibility

Do you have anything more you want to share?

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

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Notification/tag

MDN metadata

MDN page report details
  • Query: api.Notification.tag
  • Report started: 2023-07-06T22:32:24.383Z
@ekzyis ekzyis changed the title api.Notification.tag - wrong support declaration for iOS 16.4 api.Notification.tag - wrong support declaration for Safari on iOS Jul 6, 2023
@queengooborg queengooborg added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API and removed needs triage 🔎 labels Jul 7, 2023
queengooborg added a commit to queengooborg/browser-compat-data that referenced this issue Jul 9, 2023
This PR updates and corrects version values for Safari iOS/iPadOS for the `tag` member of the `Notification` API. The data comes from a bug in the web browser's bug tracker.

Bug: https://webkit.org/b/258922

Additional Notes: Fixes mdn#20305.
Elchi3 pushed a commit that referenced this issue Jul 10, 2023
This PR updates and corrects version values for Safari iOS/iPadOS for the `tag` member of the `Notification` API. The data comes from a bug in the web browser's bug tracker.

Bug: https://webkit.org/b/258922

Additional Notes: Fixes #20305.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants