- From: Mike Bremford via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Apr 2025 10:14:15 +0000
- To: public-css-archive@w3.org
```html <style> a::after { content: "(" attr(href type(<url>)) ")" } </style> <a href="foo">link</a> ``` The original concern for this issue was that the link to "foo" would resolve differently if the style rule was resolved in a stylesheet with a different relative path, and that was resolved in 2020 - relative links resolve against the document URL. That's good - it works and gives the "correct" URL. in that it matches authors expectations, with relative links resolving relative to the document. Four years later and the proposal is _now_ that because the links are no longer actionable as URLs due to security concerns, this resolution is no longer required and the whole thing is now invalid at parse time. Have I understood this correctly? Because if so, we're not OK with it. It removes functionality that is working and used. I don't see the benefit. -- GitHub Notification of comment by faceless2 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5079#issuecomment-2796477304 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 11 April 2025 10:14:16 UTC