- From: Anne van Kesteren <annevk@opera.com>
- Date: Sat, 15 Aug 2009 08:58:10 +0200
On Sat, 15 Aug 2009 08:47:32 +0200, Jonas Sicking <jonas at sicking.cc> wrote: > The problem is that you can't use fragment identifiers with data-URIs. > > For example > > data:text/plain,hello world#frag > > Represents a text/plain document with the contents: > > hello world#frag > > It does not represent the 'frag' part of a document with the text 'hello > world'. Actually, I think that is false (and a bug in Firefox). At the time the data URI RFC was written RFC 2396 was still the URI RFC and there fragment identifiers were not a formal part of the URI syntax but rather something you could append to any URI during retrieval operations, which is clearly what data URIs are for. -- Anne van Kesteren http://annevankesteren.nl/
Received on Friday, 14 August 2009 23:58:10 UTC