- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 00:06:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21987
Modified Files:
Overview.html
Log Message:
typo (whatwg r1856)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -d -r1.1044 -r1.1045
--- Overview.html 9 Jul 2008 00:02:11 -0000 1.1044
+++ Overview.html 9 Jul 2008 00:06:10 -0000 1.1045
@@ -18545,8 +18545,8 @@
<p class=note>It is possible for the ready state of a media element to jump
between these states discontinuously. For example, the state of a media
- element whose <span>leaded-first-frame flag</span> is false can jump
- straight from <code title=dom-media-DATA_UNAVAILABLE><a
+ element whose <a href="#loaded-first-frame">loaded-first-frame flag</a> is
+ false can jump straight from <code title=dom-media-DATA_UNAVAILABLE><a
href="#dataunavailable">DATA_UNAVAILABLE</a></code> to <code
title=dom-media-CAN_PLAY_THROUGH><a
href="#canplaythrough">CAN_PLAY_THROUGH</a></code> without passing through
Received on Wednesday, 9 July 2008 00:06:46 UTC