- From: <bugzilla@jessica.w3.org>
- Date: Mon, 16 Dec 2013 18:19:34 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23968 --- Comment #10 from Tab Atkins Jr. <jackalmage@gmail.com> --- (In reply to Simon Pieters from comment #8) > (In reply to Anne from comment #7) > > I think for CSS we could get away with utf-8-only given how rarely query > > strings occur there. > > Do you have data on that? Given that currently url() is only usable for importing stylesheets and including images, 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. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 16 December 2013 18:19:36 UTC