Closed
Bug 1960
Opened 26 years ago
Closed 26 years ago
Selection of alternate stylesheets is not possible
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: peterl-retired)
References
()
Details
The relevant section of the HTML 4.0 spec is: http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3.2 But basically, the bug is that NGLayout fails to provide a way of selecting which of several alternate sets of stylesheets should be selected. This requires an addition to the UI, in addition to possible changes to the style component of NGLayout. This is test 35 of the Import Test. If you have any questions about the importtest, e-mail py8ieh=importtest@bath.ac.uk
Reporter | ||
Comment 1•26 years ago
|
||
Eek! My comments got mangled again. Here is a reformatted copy of the above:
The relevant section of the HTML 4.0 spec is:
http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3.2
But basically, the bug is that NGLayout fails to provide a way of selecting
which of several alternate sets of stylesheets should be selected. This
requires an addition to the UI, in addition to possible changes to the
style component of NGLayout.
This is test 35 of the Import Test. If you have any questions about
the importtest, e-mail py8ieh=importtest@bath.ac.uk
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•26 years ago
|
||
Gecko is a layout engine. It should not have UI.
The functionality to select style sheets is in place and working. Until the real
browser chrome exposes a UI mechanism, try using JavaScript to iterate the
document's style sheet collection and enable/disable sheets as you see fit.
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 3•26 years ago
|
||
The page moved today. Just updating the uri. Nothing special to report otherwise!
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: INVALID → FIXED
Reporter | ||
Comment 4•26 years ago
|
||
It might be a layout engine, but now it *does* have a UI, so....
:-)
Marking bug fixed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Well, the alternate stylesheets selection code works. (There are some
other problems on that page, but they are covered by other bugs).
You need to log in
before you can comment on or make changes to this bug.
Description
•