You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was talking with @annevk, and he mentioned that he thought the "fetch a style resource" algorithm in CSS Values 4 should probably follow HTML (and at least what WebKit does) and use credentials mode is "include" rather than "same-origin" as the default value.
…#12074)
* [css-values-4] Use "include" when fetching cross-origin CSS resources
This matches existing implementation, and was a bug in the
existing spec.
Closes#12073
* Amend
I was talking with @annevk, and he mentioned that he thought the "fetch a style resource" algorithm in CSS Values 4 should probably follow HTML (and at least what WebKit does) and use credentials mode is "include" rather than "same-origin" as the default value.
This would better match HTML's "create a potential-CORS request" algorithm used for most HTML Subresource fetching.
(@annevk, please correct anything I have wrong here).
cc @tabatkins, @fantasai
The text was updated successfully, but these errors were encountered: