Closed
Bug 24484
Opened 25 years ago
Closed 25 years ago
Style "popping"
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
People
(Reporter: braden, Assigned: pierre)
Details
Style sheets are loaded asynchonously with documents. This causes the style
sheet usually to be applied after at least part of the document has already
loaded. Thus the style "pops" into effect. This is distracting.
It seems even less sensible that this behavior holds true for cached style
sheets.
See bug 6541 (which was not reopened for this since it evolved into documenting
some other problem). The current "solution" is for document authors to add a
proprietary "important" tag to the REL attribute of a LINK element referring to
an external stylesheet. This is not an adequate solution, as it requires
intervention on the part of the document author. There are millions of legacy
documents out on the Web which will not have this tag, and will consequently
cause Mozilla to inflict this popping on users.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Marking as verified dup of 17309.
You need to log in
before you can comment on or make changes to this bug.
Description
•