Closed Bug 172067 Opened 22 years ago Closed 21 years ago

Escaped fragment identifier doesn't work

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: kazhik, Assigned: tetsuroy)

Details

(Keywords: intl)

Escaped fragment identifier doesn't work.

Src:
<a href="#%A5%ED">Src</a>

Dst:
<a name="%A5%ED">Dst</a>

Testcase:
http://www.wakaba.jp/~ikemo/moz/fragment.html

Original report in Bugzilla-jp:
http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=2647
Keywords: intl
QA Contact: ruixu → ylong
Please note that there are work and doesn't work case in original bugzilla-jp
report.
darin, is that even supposed to work?
this: "<a href="#%A5%ED">Src</a>" is valid per RFC 2396.

as for "<a name="%A5%ED">Dst</a>", shouldn't that be escaped using the
HTML-escaping rules instead (i.e., "&xyz;" or whatever)?
er... "yes".  That's totally bogus -- name values are not URIs and should not be
processed as such.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.