- From: poot <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 10:35:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5463) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4355&r2=1.4356&f=h http://html5.org/tools/web-apps-tracker?from=5462&to=5463 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4355 retrieving revision 1.4356 diff -u -d -r1.4355 -r1.4356 --- Overview.html 10 Sep 2010 01:01:41 -0000 1.4355 +++ Overview.html 10 Sep 2010 01:35:06 -0000 1.4356 @@ -21986,7 +21986,7 @@ attribute must <a href="#reflect">reflect</a> the content attribute of the same name, <a href="#limited-to-only-known-values">limited to only known values</a>.</p> - </div><p class="note">The <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute can overrride + </div><p class="note">The <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute can override the <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code> attribute (since if the media plays, it naturally has to buffer first, regardless of the hint given by the <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code> attribute). Including
Received on Friday, 10 September 2010 01:35:49 UTC