Closed Bug 271557 Opened 20 years ago Closed 20 years ago

&nbsp in link description doesn't get translated into space

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: mick, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0

If the html contains this:
<a href="rules.htm">Go&nbspin&nbspFive&nbspMinutes&nbspFlat</a>
Then I expect to see this:
Go in Five Minutes Flat
But instead I see this:
Go&nbspin&nbspFive&nbspMinutes&nbspFlat

Reproducible: Always
Steps to Reproduce:
1. write html file containing <a
href="rules.htm">Go&nbspin&nbspFive&nbspMinutes&nbspFlat</a>
2. view it in firefox
3.

Actual Results:  
See "details" section.

Expected Results:  
See "details" section.
Entities must be terminated by a semicolon: &nbsp; rather than &nbsp

For bugwards compatibility, Firefox will let you get away with it followed by a
space, but not followed by another character.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Summary: &nbsp in link dexcription doesn't get translated into space → &nbsp in link description doesn't get translated into space
You need to log in before you can comment on or make changes to this bug.