Closed
Bug 193927
Opened 23 years ago
Closed 23 years ago
ignored CSS stylesheet elements :before and :after respective counter problems in CSS
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
People
(Reporter: stefan.urbat, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; X11)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1; MultiZilla v1.1.31) Gecko/20021130
The only browsers displaying it right due to my extensive tests are Opera 6 and
7 (safe for a minor counter initialization bug) to give you the right picture
and a chance to compare. The header lines should be numbered by the link rel
stylesheet, but Mozilla like all others (IE included) shows absolutely nothing
there (tested: Mozilla 1.2.1 on GNU/Linux and W2k and Mozilla 1.3 beta on Mac OS
X). Page is valid XHTML 1.0 transitional, CSS safe for a little ill-formed
character set statement (will not come into play) is valid CSS due to w3c
standards, so Mozilla violates/ignores w3c standards regarding these constructs.
Reproducible: Always
Steps to Reproduce:
1. just enter that URL and watch --- I have nothing tweaked with CSS settings.
Actual Results:
The page is displayed correctly with the mentioned exception of the CSS
generated numbered header lines, where those are missing.
Expected Results:
should display
Kapitel 1
Einleitung
1.1 Vorwort
1.2 Danksagung
Kapitel 2
Ueberblick ueber das Buch
2.1 Die Theorie
2.2 Die Praxis
instead of
Einleitung
Vorwort
Danksagung
Ueberblick ueber das Buch
Die Theorie
Die Praxis
For watching the right result you can use Opera 6 or 7 as already mentioned.
standard classic theme used on all tested Mozilla versions.
Comment 1•23 years ago
|
||
"Complex Text Layout" is for Thai scripts and the like -- please read the
component descriptions.
Assignee: prabhat.hegde → dbaron
Component: Complex Text Layout → Style System
QA Contact: art → ian
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 3247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•