Closed
Bug 96218
Opened 24 years ago
Closed 24 years ago
problems with %20 in the <a href=""> or <a name="">
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: joerg.heinicke, Assigned: clayton)
Details
Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:0.9.3) Gecko/20010801
I don't know exactly if this bug was already reported, but I didn't found a
similar one.
My problem: Mozilla interprets the %20 in the href-attribute and in the
name-attribute differently. Isn't it so, that %20 is "more correct" than a space
in a URI? But if I have my <a href="bla%20bla">, it doesn't find the according
<a name="bla%20bla">. Only if I change the second example to <a name="bla bla">,
it will be found.
What do you think of it? Is it a bug to W3C's HTML-standard? Or anything else?
Regards,
Joerg
Reporter | ||
Comment 2•24 years ago
|
||
It's duplicate - I didn't found the other one, because I searched for "<a href %
20" and 'Only Look in Summary Fields' - the search 'Look in both Summary and
Description Fields' takes much too long!!
*** This bug has been marked as a duplicate of 87996 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
It's really easy to agree with the reporter. ;-)
Verified dup of bug 87996 - Anchors with special characters do not work properly.
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•