Re: [css-font-loading] base URL used for relative URLs passed to FontFace constructor

On Sun, Jun 22, 2014 at 10:18 PM, Cameron McCormack <cam@mcc.id.au> wrote:
> If I write:
>
>   new FontFace("something", "url(/some/font)");
>
> does the URL get resolved against the URL of the document?  Does this need
> to be written in the spec?

Yes it does need to be written in, but it's unclear exactly what to do
when one is, say, constructed from a worker.

I'll at least file an issue for now.

~TJ

Received on Thursday, 26 June 2014 00:56:44 UTC