Open skyclouds2001 opened 11 months ago
Yes. This is a good task. I typically only revisit this page when Firefox add new features, and then update everything.
Hey @skyclouds2001 ! I would love to work on this issue. It would be great if you could please assign it to me! Thanks!
Hey @skyclouds2001 ! I would love to work on this issue. It would be great if you could please assign it to me! Thanks!
Sorry, I can't assign this issue to you, because I don't have the permission
But if you are eager to work on this issue, it's fine just to create a pull request that will fix this issue
attribution-reporting
: https://github.com/mdn/content/pull/33172browsing-topics
: https://github.com/mdn/content/pull/30107I have counted the following permission features available in Chrome by default that are not documented:
clipboard-read
clipboard-write
cross-origin-isolated
interest-cohort
join-ad-interest-group
keyboard-map
private-aggregation
private-state-token-issuance
private-state-token-redemption
run-ad-auction
shared-storage-select-url
shared-storage
sync-xhr
unload
Some are mentioned elsewhere while others are totally undocumented on MDN.
FYI the clipboard API ones are a little complicated in that clipboard-read is not in the spec, and neither clipboard-read or write are intended to be implemented by Firefox. Covered here https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API#security_considerations . I omitted docs for those when I did the rest of the API :-(.
NOte also that https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy/attribution-reporting was recently documented (originally reported as undocumented above)
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
here are many Permissions-Policy directives that have its browser compat data, but does not have its documentation yet
attribution-reporting
browsing-topics
here are also many Permissions-Policy directives that at least one browser platform, but does not have its browser compat data or documentation yet
here is two much so I do not list these here
What did you expect to see?
.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response