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

> but that's not true, as I demonstrated the string-OM doesn't always expose the "original url".

??? You didn't demonstrate anything of the sort, tho.  Check <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/5882>, which is using your example troublesome URL - in every browser (except Opera 12.5), all browsers expose the exact original URL when querying the style directly (some with added quotes, some without), and all expose nothing at all in the computed style.

In the TypedOM I only want to expose absolute URLs normally, which in this case I guess means that it would have a `.url == null` or something, because absolutization will fail.  Then `.originalURL == "http://test:test/"` and `.baseURL` will be whatever the correct base url is. 

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

Received on Tuesday, 10 April 2018 11:59:19 UTC