Closed
Bug 167308
Opened 23 years ago
Closed 23 years ago
acute without terminating ';' is not rendered the same as in iexplorer
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
INVALID
People
(Reporter: menda_1999, Assigned: harishd)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
using á , for examnple, in the middle of a vord without terminating ';'
results in different behaviour than in iexplorer. I'm not a web designer, so I
don't know if it's correct, it's just different than iexplorer, so some pages
don't display correctly ( 'más' is displayed as 'más' )
I checked and the page does't contain "DOCTYPE HTML PUBLIC" so I suppose it's
being redered in "quirks mode"
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
"más" displayed on a page
Expected Results:
"más" shuld have been displayed
here's is the sourounding code ... note than only "más" is displayed
wrongly, the rest of the page renders correctly
<font size="1" face="Georgia, Times New Roman, Times, serif"><font
face="Verdana, Arial, Helvetica, sans-serif">-
<font face="Georgia, Times New Roman, Times, serif" size="2">Los socialistas piden
al Gobierno que dote al INEM de <b>16.000 funcionarios más</b> para crear
"empleo de calidad" </font>
Comment 1•23 years ago
|
||
--> Parser
Summary: acute without terminating ';' is not rendered the same as in iexplorer → acute without terminating ';' is not rendered the same as in iexplorer
Comment 2•23 years ago
|
||
--> Parser
Assignee: yokoyama → harishd
Component: Internationalization → Parser
QA Contact: ruixu → moied
Comment 3•23 years ago
|
||
See bug 107320 comment 2.
más</b> seems to fulfil the requirement "immediately before a tag".
Severity: normal → minor
OS: Windows 2000 → All
Hardware: PC → All
Comment 4•23 years ago
|
||
Oops, sorry. aacute is the name not aacutes
--> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•