html5/webstorage Overview.html,1.11,1.12

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv17424

Modified Files:
	Overview.html 
Log Message:
make expressions not be considered broken references (whatwg r2903)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html	24 Mar 2009 08:15:28 -0000	1.11
+++ Overview.html	24 Mar 2009 09:12:19 -0000	1.12
@@ -790,7 +790,7 @@
 };</pre><p><code><a href=#sqlresultsetrowlist>SQLResultSetRowList</a></code> objects have a <dfn id=dom-sqlresultsetrowlist-length title=dom-SQLResultSetRowList-length><code>length</code></dfn>
   attribute that must return the number of rows it represents (the
   number of rows returned by the database). This is the <var title=dom-SQLResultSetRowList-length><a href=#dom-sqlresultsetrowlist-length>length</a></var>.<p>The object's <span>indices of the supported indexed
-  properties</span> are the numbers in the range zero to <span><var title=dom-SQLResultSetRowList-length><a href=#dom-sqlresultsetrowlist-length>length</a></var>-1</span>, unless
+  properties</span> are the numbers in the range zero to <span title=""><var title=dom-SQLResultSetRowList-length><a href=#dom-sqlresultsetrowlist-length>length</a></var>-1</span>, unless
   the <var title=dom-SQLResultSetRowList-length><a href=#dom-sqlresultsetrowlist-length>length</a></var> is
   zero, in which case there are no <span>supported indexed
   properties</span>.<p>The <dfn id=dom-sqlresultsetrowlist-item title=dom-SQLResultSetRowList-item><code>item(<var title="">index</var>)</code></dfn> attribute must return the row

Received on Tuesday, 24 March 2009 09:12:32 UTC