This code for playing the music gets stripped out in the EPUB files:
<div>[<a href="music/i_b_007m.mp3">Listen</a>]</div>
while this HTML5 code works OK:
<div class="center"><audio controls><source src="music/i_b_007m.mp3" type="audio/mpeg">Audio content is not currently supported on your device.</audio></div>
Test case: before.htm = old style, after.htm = HTML5.
Note that the "[MusicXML]" links appear in the HTML5 version epub, but don't do anything, not a link. Not the main point here.
78978-h.zip
We might consider making the HTML5 version a requirement for HTML5 submissions, but there are already existing ebooks with the old style.
This code for playing the music gets stripped out in the EPUB files:
<div>[<a href="music/i_b_007m.mp3">Listen</a>]</div>while this HTML5 code works OK:
<div class="center"><audio controls><source src="music/i_b_007m.mp3" type="audio/mpeg">Audio content is not currently supported on your device.</audio></div>Test case: before.htm = old style, after.htm = HTML5.
Note that the "[MusicXML]" links appear in the HTML5 version epub, but don't do anything, not a link. Not the main point here.
78978-h.zip
We might consider making the HTML5 version a requirement for HTML5 submissions, but there are already existing ebooks with the old style.