Re: Parsing HREFs?

Jukka K. Korpela wrote:
> 
> On Mon, 20 Feb 2006, Lachlan Hunt wrote:
>> [1] http://lachy.id.au/dev/markup/tests/html401/charref/syntax
> 
> As far as I can see, Firefox 1.5 gets all of them right.

Firefox fails on only within the href attribute.  All the characters in 
the last 2 columns contain links using their respective entity 
references both with and without the REFC.

Take ƒ for example.  The resultant links point to:
   with REFC: http://example.org/?test%C6%92=0
   without:   http://example.org/?test&fnof=1

Both should be identical (except for the number on the end).

But, with ¡ (from ISO-8859-1), the results are:
   with REFC: http://example.org/?test%C2%A1=0
   without:   http://example.org/?test%C2%A1=1

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Monday, 20 February 2006 07:10:06 UTC