[Bug 23968] Reference the URL spec

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23968

--- Comment #11 from Simon Pieters <simonp@opera.com> ---
(In reply to Tab Atkins Jr. from comment #10)

> Given that currently url() is only usable for importing stylesheets and
> including images,

and font files...

> it seems likely that Anne is correct.  Anecdotally, the
> main use of query strings on stylesheets is to cache-bust (and then the
> contents are irrelevant), and query strings on images are only for
> dynamically-generated ones, which are rare, or database keys, which are
> nearly always ASCII.

This seems reasonable, but it's not data. :-P

(In reply to Anne from comment #9)
> No data. But the reason we have the quirk in HTML is because of <form>.

I thought it was required for at least <a href> also, but yeah.

> Are your tests public?

https://github.com/w3c/web-platform-tests/pull/444

It turns out that:
in Presto, @import uses the document's encoding.
in Blink, @import uses utf-8.
in Gecko, <style> uses utf-8. (I get a different result now than in comment 4.
Not sure why.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 16 December 2013 22:43:29 UTC