stephband / scribe

Renders music in HTML.
https://labs.cruncher.ch/scribe
552 stars 24 forks source link

Display issue on Chrome-based browsers #23

Closed csterritt closed 3 weeks ago

csterritt commented 3 weeks ago

The display looks fine on Safari, but the chord names have dots underneath them on Brave (and also Chromium, I believe) like this:

Screenshot 2024-06-13 at 8 36 02 AM

Don't think it's morse code :-)

This is on an M2 Mac Air, running Sonoma 14.5.

stephband commented 3 weeks ago

In a previous commit I switched chord symbols to use the <abbr> element. Apparently those have text-decoration dotted underline in Chrome's user agent styles. Fixed.

csterritt commented 3 weeks ago

Awesome, thanks!