I've been working with jme because I thought the whole idea was for it to be html5. The
playlist example uses an <audio> tag with no src attribute or any child <source> tags, which is invalid html 5. Bummer. Any way to do a playlist that validates?
my own implementation, which only throws the one validation error mentioned above, is
here