Closed
Bug 161812
Opened 24 years ago
Closed 23 years ago
'small square' characters being displayed in error - IE ignores
Categories
(Core :: Layout: Text and Fonts, defect, P2)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 106311
Future
People
(Reporter: christinehoff4, Unassigned)
References
()
Details
(Keywords: compat, platform-parity, testcase)
Attachments
(1 file)
|
268 bytes,
text/html
|
Details |
Tested on the following:
Win2000 - Netscape 7.0PR1
Win2000 - Mfcembed 08_08_08_1.0
Win2000 - Netscape 08_08_11_ trunk
MacOSX - Ppembed 07_23_05_1.0
MacOSX - Netscape 08_08_08_trunk
Open the url above. Under 'Wild Bird Care', click on 'Bird Books'. Next page,
click on 'Bird Books' If you look at several links there are extraneous
non-ascii characters (or control characters) displayed. These are not displayed
in IE.
See attached simplified testcase below.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
From the HTML 4.01 spec:
"9.1 White space
The document character set includes a wide variety of white space characters.
Many of these are typographic elements used in some applications to produce
particular visual spacing effects. In HTML, only the following characters are
defined as white space characters:
* ASCII space ( )
* ASCII tab (	)
* ASCII form feed ()
* Zero-width space (​)"
These characters, however, are line tabs () (vertical tabs), which means
they are not considered white space. Section 5.4 of the HTML spec then applies,
meaning the agent should "Adopt a clearly visible, but unobtrusive mechanism to
alert the user of missing resources.".
| Reporter | ||
Comment 4•24 years ago
|
||
Changing summary from 'non-ascii' characters to 'small squares' because I'm not
sure I'm using the right term
Summary: Non-ascii characters being displayed in error → 'small square' characters being displayed in error - IE ignores
Updated•23 years ago
|
Comment 5•23 years ago
|
||
Reproduced in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-CA; rv:1.0.2)
Gecko/20021120 Netscape/7.01, Win XP
Keywords: testcase
Comment 6•23 years ago
|
||
Those show as spaces in Linux....
Assignee: attinasi → font
Component: Layout → Layout: Fonts and Text
Keywords: pp
QA Contact: christinehoff4 → ian
Comment 7•23 years ago
|
||
*** This bug has been marked as a duplicate of 106311 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•