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)

Other
Other
defect

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
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
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
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.
The page moved today. Just updating the uri. Nothing special to report otherwise!
Status: RESOLVED → REOPENED
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: INVALID → FIXED
It might be a layout engine, but now it *does* have a UI, so.... :-) Marking bug fixed.
Status: RESOLVED → VERIFIED
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.