Comment #4 on issue 1601 by [email protected]: HTML5 audio element integration
http://code.google.com/p/google-caja/issues/detail?id=1601

Hello Google developers,

Thanks for your recent update, howerver there's still some issues with Audio and video tag. The following template :
<html>
  <body>
    <h1>Html5 Apps Script tests</h1>
    <a href="#audio_tag">Audio</a>
    <hr/>
    <h2><a href="#" name="audio_tag">Audio</a></h2>
<audio src="http://www.freesfx.co.uk/rx2/mp3s/7/8503_1353333516.mp3"; autoplay controls></audio>
  </body>
</html>

Is cajoled like that :
<caja-v-body>
    <h1>Html5 Apps Script tests</h1>
    <a href="#audio_tag-caja-guest-0___">Audio</a>
    <hr>
<h2><a href="#-caja-guest-0___" name="audio_tag-caja-guest-0___">Audio</a></h2>
    <audio controls="" data-caja-autoplay=""></audio>
</caja-v-body>

Tested with both NATIVE and EMULATED sandbox modes.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to