- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 May 2011 23:42:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19499
Modified Files:
Overview.html
Log Message:
make this algorithm less ambiguous (whatwg r6073)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4876
retrieving revision 1.4877
diff -u -d -r1.4876 -r1.4877
--- Overview.html 4 May 2011 23:36:09 -0000 1.4876
+++ Overview.html 4 May 2011 23:42:43 -0000 1.4877
@@ -5383,9 +5383,8 @@
<li><p>If there is no <code><a href="#the-base-element">base</a></code> element that has an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, then the
<a href="#document-base-url">document base URL</a> is <var title="">fallback base
- url</var>. Otherwise, let <var title="">url</var> be the value of
- the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute of the
- first such element.</li>
+ url</var>; abort these steps. Otherwise, let <var title="">url</var> be the value of the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute of the first such
+ element.</li>
<li><p><a href="#resolve-a-url" title="resolve a URL">Resolve</a> <var title="">url</var> relative to <var title="">fallback base
url</var> (thus, the <code><a href="#the-base-element">base</a></code> <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute isn't affected by
Received on Wednesday, 4 May 2011 23:42:48 UTC