[html5] r1060 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 16 21:57:26 PDT 2007
Author: ianh
Date: 2007-10-16 21:57:23 -0700 (Tue, 16 Oct 2007)
New Revision: 1060
Modified:
index
source
Log:
[e] (0) improve the text about video fallback
Modified: index
===================================================================
--- index 2007-10-16 03:40:11 UTC (rev 1059)
+++ index 2007-10-17 04:57:23 UTC (rev 1060)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 16 October 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 17 October 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -13316,10 +13316,11 @@
movie.
<p>Content may be provided inside the <code><a
- href="#video1">video</a></code> element so that older Web browsers, which
- do not support <code><a href="#video1">video</a></code>, can display text
- to the user informing them of how to access the video contents. User
- agents should not show this fallback content to the user.
+ href="#video1">video</a></code> element. User agents should not show this
+ fallback content to the user; it is intended for older Web browsers which
+ do not support <code><a href="#video1">video</a></code>, so that legacy
+ video plugins can be tried, or to show text to the users of these older
+ browser informing them of how to access the video contents.
<p>The <code><a href="#video1">video</a></code> element is a <a
href="#media5">media element</a> whose <a href="#media7">media data</a> is
Modified: source
===================================================================
--- source 2007-10-16 03:40:11 UTC (rev 1059)
+++ source 2007-10-17 04:57:23 UTC (rev 1060)
@@ -11199,11 +11199,12 @@
<p>A <code>video</code> element represents a video or movie.</p>
- <p>Content may be provided inside the <code>video</code> element so
- that older Web browsers, which do not support <code>video</code>,
- can display text to the user informing them of how to access the
- video contents. User agents should not show this fallback content to
- the user.</p>
+ <p>Content may be provided inside the <code>video</code>
+ element. User agents should not show this fallback content to the
+ user; it is intended for older Web browsers which do not support
+ <code>video</code>, so that legacy video plugins can be tried, or to
+ show text to the users of these older browser informing them of how
+ to access the video contents.</p>
<p>The <code>video</code> element is a <span>media element</span>
whose <span>media data</span> is ostensibly video data, possibly
More information about the Commit-Watchers
mailing list