diff --git a/mozilla/layout/style/contenteditable.css b/mozilla/layout/style/contenteditable.css index 1447c26255e..f29efab8bcb 100644 --- a/mozilla/layout/style/contenteditable.css +++ b/mozilla/layout/style/contenteditable.css @@ -113,6 +113,15 @@ isindex:-moz-read-write[prompt] -moz-user-focus: none !important; } +/* emulation of non-standard HTML tag */ +marquee:-moz-read-write { + -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal-editable'); +} + +marquee[direction="up"]:-moz-read-write, marquee[direction="down"]:-moz-read-write { + -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-vertical-editable'); +} + :-moz-read-write > input[type="hidden"], input[contenteditable="true"][type="hidden"] { border: 1px solid black !important; diff --git a/mozilla/layout/style/xbl-marquee/xbl-marquee.xml b/mozilla/layout/style/xbl-marquee/xbl-marquee.xml index 22cbb4f6441..bf4f0a545d0 100644 --- a/mozilla/layout/style/xbl-marquee/xbl-marquee.xml +++ b/mozilla/layout/style/xbl-marquee/xbl-marquee.xml @@ -523,6 +523,9 @@ + + + + + + + + + + + + + + + + + + + +