Re: [csswg-drafts] [css-values][all] Define all URL usages in terms of Fetch (#562)

My own experience so far suggests that it definitely *is* difficult to accomplish. ^_^ But I'd absolutely welcome help in defining this, if you have better insight into the problem.

Currently our attempts at fetching things are spread between CSSOM (for top-level stylesheet; currently broken and not invoking the Fetch algos correctly) and Cascade (for @import; currently being written by me in an attempt to use the Fetch algos correctly but definitely currently broken too).

I *suspect* that url() usage in *properties* should generally be quite easy; there's a *lot* less observable behavior we have to worry about, but there's still *some* piping of document state thru stylesheets that probably needs to be done in CSSOM. Values & Units is indeed the appropriate place to define the *general* handling of url() tho; PRs absolutely welcome.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/562#issuecomment-933707652 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 4 October 2021 17:41:11 UTC