Closed Bug 152143 Opened 22 years ago Closed 22 years ago

handling of marquee tag

Categories

(Core :: DOM: HTML Parser, enhancement)

enhancement
Not set
normal

Tracking

()

VERIFIED WONTFIX

People

(Reporter: mgabriel, Assigned: harishd)

References

Details

if we dont support the marquee tag, it would be better also to ignore its content. people often put alot of text in those marquees and mozilla renders that text all over the pages and makes them unreadable.
The behaviour you propose would be incorrect; unknown tags should be ignored, not hidden. Besides, some sites put important information in <marquee> which would be lost if Moz ignored its content. WONTFIX. If you want, you can do this manually in your own Mozilla installation by adding the following line to your userContent.css: marquee {display:none!important}
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
verified
Status: RESOLVED → VERIFIED
Depends on: 80269
You need to log in before you can comment on or make changes to this bug.