Re: [css-houdini-drafts] [typed-om] Trim CSSResourceValue and subclasses to opaque objects for this level, punt rest to level 2

@darrnshn Yeah, doing that now.

-----

I wonder if we want to actually have a different reification behavior for relative URLs, actually.  Fragment URLs need to stay as fragments, but we can probably absolutize all other URLs.  This is probably *less* confusing behavior overall; people rarely, if ever, pull properties between documents anyway, and if they do, they probably don't expect their URLs to change!

If we define that, then it's easy to add back the `CSSURLImageValue` and its `url` attribute, as it'll always be a (well-defined) absolute URL or a fragment url, none of this nonsense "resolved at some unspecified time" stuff that CSS currently does.

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

Received on Friday, 23 February 2018 20:33:29 UTC