<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessibility of HTML 5 video and audio elements</title>
	<atom:link href="http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-781939</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 09 Aug 2011 01:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-781939</guid>
		<description>Great post! Expect the default behavior to improve as browsers compete to provide the best experience!!</description>
		<content:encoded><![CDATA[<p>Great post! Expect the default behavior to improve as browsers compete to provide the best experience!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Lawson&#8217;s personal site&#160; : Reading List 2</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-738464</link>
		<dc:creator>Bruce Lawson&#8217;s personal site&#160; : Reading List 2</dc:creator>
		<pubDate>Mon, 21 Feb 2011 09:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-738464</guid>
		<description>[...] turned off by people who cannot use a mouse and which drown out screen-readers&#8221;. (also see my Accessibility of HTML 5 video and audio elements)  Posted in HTML5, Uncategorized, accessibility web standards . Follow comments via RSS feed. [...]</description>
		<content:encoded><![CDATA[<p>[...] turned off by people who cannot use a mouse and which drown out screen-readers&#8221;. (also see my Accessibility of HTML 5 video and audio elements)  Posted in HTML5, Uncategorized, accessibility web standards . Follow comments via RSS feed. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La balise video &#124; Docteur HTML5</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-668265</link>
		<dc:creator>La balise video &#124; Docteur HTML5</dc:creator>
		<pubDate>Sun, 18 Apr 2010 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-668265</guid>
		<description>[...] Accessibility of HTML 5 video and audio elements [...]</description>
		<content:encoded><![CDATA[<p>[...] Accessibility of HTML 5 video and audio elements [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GusZus</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-616732</link>
		<dc:creator>GusZus</dc:creator>
		<pubDate>Wed, 01 Jul 2009 09:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-616732</guid>
		<description>Thanks for your comment Philip Jägenstedt.

I think your right, and i found out about this &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=479863&quot; rel=&quot;nofollow&quot;&gt;mozilla bugreport&lt;/a&gt; regarding stopping download after the DOM ready state is &lt;a href=&quot;http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-media-have_current_data&quot; rel=&quot;nofollow&quot;&gt; HAVE_CURRENT_DATA&lt;/a&gt;.

Also the autobuffer attribute as a hint to download the whole video immediately makes only sense if it is expected that the useragent will at least not always do this by himself.

My testing with Firefox 3.5 shows that this bug seems to be fixed. It doesn&#039;t load the video until i start playback.

But sadly Safari 4 does.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment Philip Jägenstedt.</p>
<p>I think your right, and i found out about this <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=479863" rel="nofollow">mozilla bugreport</a> regarding stopping download after the DOM ready state is <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-media-have_current_data" rel="nofollow"> HAVE_CURRENT_DATA</a>.</p>
<p>Also the autobuffer attribute as a hint to download the whole video immediately makes only sense if it is expected that the useragent will at least not always do this by himself.</p>
<p>My testing with Firefox 3.5 shows that this bug seems to be fixed. It doesn&#8217;t load the video until i start playback.</p>
<p>But sadly Safari 4 does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Jägenstedt</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-613299</link>
		<dc:creator>Philip Jägenstedt</dc:creator>
		<pubDate>Sun, 07 Jun 2009 12:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-613299</guid>
		<description>GusZus, apart from requiring that the document load event be delayed until the first frame is decoded (if there is no poster attribute), the spec leaves it up to the UA when to fetch data and how much. Expect the default behavior to improve as browsers compete to provide the best experience. Still, if browsers are currently doing too poor of a job, you could simply use a script to replace an img element with a video element when clicked.</description>
		<content:encoded><![CDATA[<p>GusZus, apart from requiring that the document load event be delayed until the first frame is decoded (if there is no poster attribute), the spec leaves it up to the UA when to fetch data and how much. Expect the default behavior to improve as browsers compete to provide the best experience. Still, if browsers are currently doing too poor of a job, you could simply use a script to replace an img element with a video element when clicked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GusZus</title>
		<link>http://www.brucelawson.co.uk/2009/accessibility-of-html5-video-and-audio-elements/comment-page-1/#comment-613163</link>
		<dc:creator>GusZus</dc:creator>
		<pubDate>Sat, 06 Jun 2009 13:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/?p=1623#comment-613163</guid>
		<description>I try to research if there is a way to prevent the video-files from loading before a user request it. Only the image spezified by the poster-attribut should load its resource. After all a 45MB video-file is much larger than a 235KB image-file. And bandwidth is also a accessibility concern.

Flash kann do this by just loading an swf file and then on further request the video file.

If you can&#039;t do this with HTML 5 video, you can&#039;t really use it. Of course there could be some useragent preference to behave this way, but i think it should be the default.

Does someone have information about this? I&#039;m unable to find an answer in the HTML 5 spec.</description>
		<content:encoded><![CDATA[<p>I try to research if there is a way to prevent the video-files from loading before a user request it. Only the image spezified by the poster-attribut should load its resource. After all a 45MB video-file is much larger than a 235KB image-file. And bandwidth is also a accessibility concern.</p>
<p>Flash kann do this by just loading an swf file and then on further request the video file.</p>
<p>If you can&#8217;t do this with HTML 5 video, you can&#8217;t really use it. Of course there could be some useragent preference to behave this way, but i think it should be the default.</p>
<p>Does someone have information about this? I&#8217;m unable to find an answer in the HTML 5 spec.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

