Closed
Bug 160733
Opened 22 years ago
Closed 22 years ago
DL doesn't work when inside Font structure inside table
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 117738
People
(Reporter: subscribe, Assigned: attinasi)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020721
BuildID: 2002072104
Place a DL inside a font structure, and put it in a table, and the DL/DD/DT tags
will be ignored by Mozilla. These work in other browsers.
This has been a bug in Mozilla for a long time, but I finally was able to nail
it down.
Reproducible: Always
Steps to Reproduce:
1. Create a table
2. Add a <font></font> structure
3. Add a <dl></dl> structure inside of the font structure
4. place some <dd> and <dt> tags, along with text
Actual Results: The <dd> and <dt> tags are ignored.
Expected Results: The <dd> and <dt> tags should produce newlines and indents.
Comment 1•22 years ago
|
||
<!--
HTML has two basic content models:
%inline; character level elements and text strings
%block; block-like elements e.g. paragraphs and lists
-->
<!ENTITY % block
"P | %heading; | %list; | %preformatted; | DL | DIV | CENTER |
NOSCRIPT | NOFRAMES | BLOCKQUOTE | FORM | ISINDEX | HR |
TABLE | FIELDSET | ADDRESS">
<!ENTITY % flow "%block; | %inline;">
***
<!ELEMENT FONT - - (%inline;)* -- local change to font -->
Invalid.
Comment 2•22 years ago
|
||
nikd, that's nice but not the way the real world works.
Reporter, would you mind attaching a testcase using
http://bugzilla.mozilla.org/attachment.cgi?bugid=160733&action=enter ?
Comment 3•22 years ago
|
||
Marking as a duplicate.
*** This bug has been marked as a duplicate of 117738 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
QA Contact: petersen → amar
You need to log in
before you can comment on or make changes to this bug.
Description
•