Skip to content

Commit

Permalink
Style marquee using overflow: hidden
Browse files Browse the repository at this point in the history
This matches Chromium and WebKit. Tests will be worked on in https://bugzilla.mozilla.org/show_bug.cgi?id=306344.
  • Loading branch information
emilio committed Apr 2, 2024
1 parent 9f50893 commit 70f12d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source
Expand Up @@ -134347,6 +134347,7 @@ details[open] > summary:first-of-type {
marquee {
display: inline-block;
text-align: initial;
overflow: hidden !important;
}</code></pre>

<p>The <code>marquee</code> element, while <span data-x="concept-marquee-on">turned on</span>, is
Expand Down

0 comments on commit 70f12d7

Please sign in to comment.