Open
Bug 340746
Opened 18 years ago
Updated 2 years ago
make it possible to disable CSS parsing on iframe-specific basis
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: myk, Unassigned)
References
Details
It'd be useful (for parsing HTML in a hidden iframe never meant to be seen by users) to be able to disable CSS parsing for a specific XUL iframe. As nsIDocShell has attributes for twiddling plugins, JavaScript, meta-redirects, subframes, and images, perhaps it's the appropriate place to expose a similar attribute for twiddling CSS loading and parsing.
Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9?
Reporter | ||
Comment 1•18 years ago
|
||
This would be valuable for microsummaries, at least until we have some better way than a hidden iframe for parsing HTML, which we may well get out of bug 361449.
Minusing for blocking1.9; hopefully bug 102699 will make it and this will become unnecessary. This doesn't seem particularly easier than bug 102699, and that's what we really want in the long term.
Flags: blocking1.9? → blocking1.9-
Assignee: dbaron → nobody
QA Contact: ian → style-system
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•