- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 11:31:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv815
Modified Files:
Overview.html
Log Message:
Remove misleading use of the word 'represents' (whatwg r3970)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3131
retrieving revision 1.3132
diff -u -d -r1.3131 -r1.3132
--- Overview.html 22 Sep 2009 11:25:19 -0000 1.3131
+++ Overview.html 22 Sep 2009 11:31:30 -0000 1.3132
@@ -18351,7 +18351,8 @@
attribute DOMString <a href="#dom-video-poster" title="dom-video-poster">poster</a>;
};</pre>
</dd>
- </dl><p>A <code><a href="#video">video</a></code> element represents a video or movie.<p>Content may be provided inside the <code><a href="#video">video</a></code>
+ </dl><p>A <code><a href="#video">video</a></code> element is used for playing videos or
+ movies.<p>Content may be provided inside the <code><a href="#video">video</a></code>
element<span class="impl">. User agents should not show this content
to the user</span>; it is intended for older Web browsers which do
not support <code><a href="#video">video</a></code>, so that legacy video plugins can be
Received on Tuesday, 22 September 2009 11:40:22 UTC