Closed Bug 94185 Opened 23 years ago Closed 23 years ago

CSS2:XML-does not show more than 2 list item [ib} (?)

Categories

(Core :: XML, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: teruko, Assigned: waterson)

References

()

Details

(Keywords: css1, testcase, xhtml, Whiteboard: [Hixie-P2])

File -list_style.xml

<?xml version="1.0" encoding="utf-8" ?><?xml-stylesheet href="list_style2.css" 
type="text/css" ?>
<AAA xmlns:html="http://www.w3.org/TR/REC-html40">
<XXX> <html:ul> <html:li>xxx</html:li> <html:li>xxx</html:li> </html:ul> </XXX> 
<YYY> <html:ul> <html:li>yyy</html:li> <html:li>yyy</html:li> </html:ul> </YYY> 
<ZZZ> <html:ul> <html:li>zzz</html:li> <html:li>zzz</html:li> </html:ul> </ZZZ> 
</AAA>

list_style2.css
XXX li {list-style-type: lower-roman}
YYY li {list-style-type: upper-roman}
XZZ li {list-style-type: lower-greek}

The first XXX list item will be displayed, but the second YYY and the third ZZZ 
list items will not displayed.

Tested 7-27 0.9.2 build.
QA Contact: ian → teruko
Summary: CSS2:XML-does not show more than 2 list item → CSS2:XML-does not show more than 2 list item
This looks like a pure XML problem.  The content does not show up even if no
stylesheet is included...

Over to XML.
Assignee: pierre → heikki
Component: Style System → XML
QA Contact: teruko → petersen
QA Contact: petersen → teruko
probably an {ib} problem or something... sending to waterson
QA Contact: teruko → petersen
Summary: CSS2:XML-does not show more than 2 list item → CSS2:XML-does not show more than 2 list item [ib} (?)
Whiteboard: [Hixie-P2]
(really sending this time...)
Assignee: heikki → waterson
Target Milestone: --- → Future
Worksforme, Win2k, debug mozilla build from 01/17.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
QA Contact: petersen → rakeshmishra
You need to log in before you can comment on or make changes to this bug.