Open
Bug 289319
Opened 20 years ago
Updated 4 months ago
HTML's ReparseStyleAttribute doesn't always do it
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
Details
We probably want to really reparse even if we already have it parsed any time the base URI is changed. Any other cases that should trigger a reparse? Detecting that a base URI changed may be a little expensive in XML, though... :(
When fixing this we should also check that we're not calling RepoarseStyleAttribute more then needed. Specifically the calls in GetStyle and GetInlineStyleRule are unneccesary iirc.
Oh, and ParseStyleAttribute should be non-static rather then have its first argument.
Updated•11 years ago
|
Assignee: general → nobody
Comment 3•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Updated•4 months ago
|
Component: DOM: Core & HTML → CSS Parsing and Computation
You need to log in
before you can comment on or make changes to this bug.
Description
•