0

I'd like to generate Web VTT subtitle files for a video about HTML.

But I can't figure out how to show the string & in Firefox. This works fine in Chromium 89.0 (it shows &):

00:00.000 --> 00:02.000
&

But Firefox 87.0 shows just &.

S. Doe
  • 685
  • 1
  • 6
  • 25
  • 2
    maybe & amp; works? Otherwise i think it is in bug in firefox? – ste-xx Apr 07 '21 at 06:09
  • Interesting idea. The result is this: Firefox and Chromium both show `& amp;` as `& amp;`. With a visible space in between. So remove this visible space I also tried `­` as invisible control character. The result is this: Firefox shows `&­amp;` as `&­amp;`, Chromium shows this as `&`. >> I will create an issue at Firefox. – S. Doe Apr 09 '21 at 11:48
  • 1
    Bugzilla-Ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1704099 – S. Doe Apr 09 '21 at 14:34

0 Answers0