w3c / epub-tests

Test repository for EPUB3, maintained by the EPUB3 WG
https://w3c.github.io/epub-tests/
Other
22 stars 20 forks source link

mol-navigation references wrong audio file #275

Closed mattgarrish closed 1 year ago

mattgarrish commented 1 year ago

ch2.smil has this par for playing back the first sentence in chapter 2:

    <par>
      <text src="../ch2.xhtml#mo-2"/>
      <audio src="../audio/ch1.mp3" clipBegin="00:00:01.365" clipEnd="00:00:07.048"/>
    </par>

Notice that it references ch1.mp3, so you get the wrong playback audio even though the test is working correctly.

iherman commented 1 year ago

I am not sure which tests you are talking about...

mattgarrish commented 1 year ago

See the issue title. 😉