Closed Bug 28562 Opened 25 years ago Closed 25 years ago

Phrase tags prevent style tags from closing

Categories

(Core :: Layout, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 26347

People

(Reporter: jmbelo, Assigned: rickg)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

Steps to reproduce:
go to http://linuxpr.com/releases/1275.html

Actual resoults:
All contents are in <FONT SIZE="+3">

Expected Results:
Only the title should be in <FONT SIZE="+3">

Platform Bug Found:
NT Build Id 2000021708

Additional Information:
I belive it appens because they don't close the
<FONT> correctly they do something like
<FONT SIZE="+3"><STRONG>A</FONT></STRONG>

where they should do something like

<FONT SIZE="+3"><STRONG>A</STRONG></FONT>
Yes, it looks like opening a phrase tag (ABBR, STRONG, EM, etc.) inside a style
tag (I, B, FONT, etc.) prevents the corresponding style tag from closing.  So a
combination of <STRONG><I>...</STRONG></I> will work, but
<I><STRONG>...</I></STRONG> won't: the style tag (in this case, <I>) will remain
in effect for the remainder of the document.

Attaching a testcase.  Reassign to HTML Elements.
Assignee: cbegle → rickg
Status: UNCONFIRMED → NEW
Component: Browser-General → HTML Element
Ever confirmed: true
Keywords: 4xp, testcase
OS: other → All
QA Contact: asadotzler → petersen
Hardware: PC → All
Summary: Page is presented all in <FONT SIZE="+3"> wich should not appen → Phrase tags prevent style tags from closing
Attached file Testcase

*** This bug has been marked as a duplicate of 26347 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Keywords: verifyme
Verified dupe
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: