- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 01:02:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19755
Modified Files:
Overview.html
Log Message:
typos (whatwg r5762)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4623
retrieving revision 1.4624
diff -u -d -r1.4623 -r1.4624
--- Overview.html 11 Jan 2011 00:52:48 -0000 1.4623
+++ Overview.html 11 Jan 2011 01:02:21 -0000 1.4624
@@ -37331,10 +37331,10 @@
<ol><li><p>Let <var title="">target</var> be the element's
<code><a href="#document">Document</a></code>.</li>
- <li><p>Let <var title="">target</var> has no <a href="#browsing-context">browsing
+ <li><p>If <var title="">target</var> has no <a href="#browsing-context">browsing
context</a>, abort these steps.</li>
- <li><p>Let <var title="">target</var>'s <a href="#browsing-context">browsing
+ <li><p>If <var title="">target</var>'s <a href="#browsing-context">browsing
context</a> has no <a href="#top-level-browsing-context">top-level browsing context</a> (e.g.
it is a <a href="#nested-browsing-context">nested browsing context</a> with no <a href="#parent-browsing-context">parent
browsing context</a>), abort these steps.</li>
Received on Tuesday, 11 January 2011 01:02:26 UTC