From f828451e5f9b4fe63545485dcb97f7e3e4a425b2 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 1 Jun 2020 14:16:06 +0200 Subject: Issue #1525 - Kill marquee element * Remove marquee code * Regenerate HTML Elements/parser code for Removal of Marquee. Co-authored-by: Gaming4JC --- layout/style/res/html.css | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'layout/style/res') diff --git a/layout/style/res/html.css b/layout/style/res/html.css index 4f43f3134..066aab397 100644 --- a/layout/style/res/html.css +++ b/layout/style/res/html.css @@ -64,7 +64,6 @@ legend, li, listing, main, -marquee, menu, nav, noframes, @@ -824,25 +823,9 @@ dialog:not([open]) { display: none; } -/* emulation of non-standard HTML tag */ -marquee { - inline-size: -moz-available; - display: inline-block; - vertical-align: text-bottom; - text-align: start; - -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal'); -} - -marquee[direction="up"], marquee[direction="down"] { - -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-vertical'); - block-size: 200px; -} - /* PRINT ONLY rules follow */ @media print { - marquee { -moz-binding: none; } - } /* Ruby */ -- cgit v1.2.3