On 27/09/2016 2:10 PM, Richard Owlett wrote:
That's an imperfect subject line to say the least.
Does SeaMonkey have a specification more detailed than the "Feature
List" at http://www.seamonkey-project.org/doc/features ?

The "World Wide Web Consortium" has test suites
[http://validator.w3.org/] to demonstrate compliance of a WEB page with
various HTML standards.

My interest is from a different perspective. What features of HTML4
and/or HTML% an SeaMonkey handle as page designer intended?

Background: Our Pastor wishes the church to have a WEB presence -
including the availability of sermons. I date from dial-up era when much
audio was "download then play". Streaming was available in theory - my
ISP could not keep up with it.

I understand that HTML5 has an "audio tag". In reality, what does that
mean?


It means that you can play audio files in a web page without needing a plugin, like Flash or Windows Media Player. For instance, if you go to <http://seamonkey.ilias.ca/browserfaq/Default>, there is a video. The HTML code for it is simply...

<video controls="controls">
  <source src="Default.shtml.webm" type="video/webm" />
</video>

...where "Default.shtml.webm" is the name of the video file. The player is provided by SeaMonkey.

For more information on HTML5, this is a good video <https://www.youtube.com/watch?v=IsXEVQRaTX8>.

SeaMonkey has supported the audio tag since version 2.0 was released in 2009. Supported audio file formats are at <https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats>

--
Chris Ilias <http://ilias.ca>
Newsgroup moderator
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to