- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Mon, 02 Jun 2025 19:39:34 +0000
- To: public-css-archive@w3.org
noamr has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-vlaues-4] [css-cascade-4] [css-color-5] [css-fonts-4] [css-images-4] [css-shapes-2] Clean up fetching == This fixes a few cases around fetching external URLs for style resources: - The base URL is the sheet's base URL if exists, otherwise the sheet's location, otherwise the document base URL. - The algorithm can take either a rule or declaration block, and derive the correct stylesheet and base URL from that. Updated the calling sites to take that onto account. - Removed redundant URL parsing in "@import". Closes #12065 Closes #12068 Closes #12086 Closes #12147 See https://github.com/w3c/csswg-drafts/pull/12261 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 2 June 2025 19:39:35 UTC