-
Notifications
You must be signed in to change notification settings - Fork 51
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
[css-masking-1] Fetch doesn't define "potentially CORS-enabled fetch" #358
Comments
The original definition can be found in whatwg/html#144, or at https://web.archive.org/web/20150906031258/https://html.spec.whatwg.org/#potentially-cors-enabled-fetch |
This affects several other CSS specs as well. @annevk What term should be linked to, nowadays, to express this concept? |
You probably want to do something similar to https://html.spec.whatwg.org/#create-a-potential-cors-request. In particular, you want to invoke https://fetch.spec.whatwg.org/#concept-fetch with a https://fetch.spec.whatwg.org/#concept-request with the appropriate bits set. |
Thanks, @annevk ! |
Related issue w3c/csswg-drafts#6076 (on Fonts, but the same issue) |
The "Potentially CORS request" algorithm is specifically to deal with It's not yet integrated with masking. |
https://drafts.fxtf.org/css-masking/#priv-sec says:
However, Fetch doesn't define "potentially CORS-enabled fetch" and mentions it only in https://fetch.spec.whatwg.org/#goals as having once been in HTML.
Perhaps @annevk can suggest what to say instead.
The text was updated successfully, but these errors were encountered: