Closed Bug 44958 Opened 24 years ago Closed 24 years ago

OL list don't go over 50

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 42941

People

(Reporter: blanalex, Assigned: buster)

References

()

Details

On my site there is an ordered list (HTML tags <OL> </OL>), i have about 350
items, but from item #51 to the end of the list, the line is numbered 0. It
works great with about every other browser.

btw, where i can get the Build ID now? it only says a bunch a zero in the title
bar? (hint: it's a nightly build)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Confirmed on Linux 2000070708.

The provided URL is completely valid HTML 4.01 strict according to
http://validator.w3.org. It's not often that we see <ol>'s, muchless ones that
go above 50. :)

See http://bugzilla.mozilla.org/show_bug.cgi?id=26798 re: build id's.
Well it's not really HTML 4.01-strict compliant. These pages are generated by
PHP and it detects the user agent and modify 2 or 3 lines overall to make them
'optimized' for some browsers who don't follow HTML 4.01-strict by the book.
These optimisations shouldn't alter the behavior of Mozilla though.

The optimisations are:
- when HTTP_USER_AGENT contains "Mozilla", in the header the HREF attribute for
the <LINK> tags are changed for SRC. (This is necessary for communicator 4.x to
load Dynamic Fonts);
- when HTTP_USER_AGENT contains "MSIE", a ActiveX is linked (Again for Dynamic
Fonts, guess for which browser...);
- if HTTP_USER_AGENT contains neither of these strings or if it contains the
string "Gecko", no 'optimisations' are made, and the page remains fully HTML
4.01-strict compliant.
Reassigning to Buster.
Assignee: clayton → buster
Probably duplicate of bug 42941, but the threshhold is different.
Marking duplicate.

*** This bug has been marked as a duplicate of 42941 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
massive update for QA contact.
QA Contact: petersen → lorca
Marking VERIFIED.
Status: RESOLVED → VERIFIED
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in before you can comment on or make changes to this bug.