On 7/9/2025 3:22 PM, Michal Hoftich wrote:
Follow-up Comment #1, bug #660 (project tex4ht):

You need to close  <source> elements, by adding / at their end:

\HCode{
<video width="320" height="240" preload = "none" controls>
      <source src="random_walk_simulation/random_walk_3d.webm"
type="video/webm" />
      <source src="random_walk_simulation/random_walk_3d.ogg"
type="video/ogg" />
      <source src="random_walk_simulation/random_walk_3d.mp4" type="video/mp4"
/>
     Your browser does not support the video tag.
</video>
}



Thanks Michal; this fixed the tex4ht domefilter error.

but strange it worked OK before. Also I am following the exact syntax
on www.w3schools.com where it does not add /> as you see:

https://www.w3schools.com/tags/tag_video.asp

"<video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>"

And that is what I copied.

Regards,
--Nasser






     _______________________________________________________

Reply to this item at: <https://puszcza.gnu.org.ua/bugs/?660>

_______________________________________________
Message sent via/by Puszcza <https://puszcza.gnu.org.ua/>


Reply via email to