- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Aug 2011 22:37:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2406 Modified Files: Overview.html Log Message: typos (whatwg r6526) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5225 retrieving revision 1.5226 diff -u -d -r1.5225 -r1.5226 --- Overview.html 25 Aug 2011 22:33:07 -0000 1.5225 +++ Overview.html 25 Aug 2011 22:37:20 -0000 1.5226 @@ -1744,7 +1744,7 @@ such as text comments, values in URL parameters, messages from third-party sites, etc, it is imperative that the data be validated before use, and properly escaped when displayed. Failing - to do this can allow an hostile user to perform a variety of + to do this can allow a hostile user to perform a variety of attacks, ranging from the potentially benign, such as providing bogus user information like a negative age, to the serious, such as running scripts every time a user looks at a page that includes @@ -24655,7 +24655,7 @@ <dd> - <p>Returns an <code><a href="#videotracklist">VideoTrackList</a></code> object representing + <p>Returns a <code><a href="#videotracklist">VideoTrackList</a></code> object representing the video tracks available in the <a href="#media-resource">media resource</a>.</p> </dd> @@ -26449,7 +26449,7 @@ <p>The <dfn id="dom-media-texttracks" title="dom-media-textTracks"><code>textTracks</code></dfn> attribute of <a href="#media-element" title="media element">media elements</a> must - return an <a href="#platform-array-objects" title="platform array objects">platform array object</a> + return a <a href="#platform-array-objects" title="platform array objects">platform array object</a> for objects of type <code><a href="#texttrack">TextTrack</a></code> that is <i>fixed length</i> and <i>read only</i>. The same object must be returned each time the attribute is accessed. <a href="#refsWEBIDL">[WEBIDL]</a></p>
Received on Thursday, 25 August 2011 22:37:28 UTC