hixie: Remove misleading use of the word 'represents' (whatwg r3970)

hixie: Remove misleading use of the word 'represents' (whatwg r3970)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3131&r2=1.3132&f=h
http://html5.org/tools/web-apps-tracker?from=3969&to=3970

===================================================================
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:41:13 UTC