- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Jun 2008 06:45:37 +0900 (JST)
- To: public-html-diffs@w3.org
xref typos (whatwg r1820) (changed by: Ian Hickson) Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1009.html Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1008&r2=1.1009&f=h http://dev.w3.org/html5/spec/Overview.html http://html5.org/tools/web-apps-tracker?from=1819&to=1820 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1008 retrieving revision 1.1009 diff -u -d -r1.1008 -r1.1009 --- Overview.html 27 Jun 2008 20:42:58 -0000 1.1008 +++ Overview.html 27 Jun 2008 21:40:56 -0000 1.1009 @@ -3017,21 +3017,22 @@ <li> <p>If there is no <code><a href="#base">base</a></code> element that is both a child of <a href="#the-head0">the <code>head</code> element</a> - and has an <code title=att-base-href>href</code> attribute, then the <a - href="#document0">document base URL</a> is <span>the document's - address</span><!-- XXXDOCURL -->. + and has an <code title=attr-base-href><a href="#href">href</a></code> + attribute, then the <a href="#document0">document base URL</a> is + <span>the document's address</span><!-- XXXDOCURL -->. <li> <p>Otherwise, let <var title="">url</var> be the value of the <code - title=att-base-href>href</code> attribute of the first such element. + title=attr-base-href><a href="#href">href</a></code> attribute of the + first such element. <li> <p><a href="#resolve" title="resolve a URL">Resolve</a> the <var title="">url</var> URL, using <span>the document's address</span><!-- XXXDOCURL --> as the <a href="#base-">base URL</a> (thus, the <code><a href="#base">base</a></code> <code - title=att-base-href>href</code> attribute isn't affect by <code - title="">xml:base</code> attributes). + title=attr-base-href><a href="#href">href</a></code> attribute isn't + affect by <code title="">xml:base</code> attributes). <li> <p>The <a href="#document0">document base URL</a> is the result of the @@ -8874,8 +8875,8 @@ isn't affected by <code><a href="#base">base</a></code> elements). <p class=note>If there are multiple <code><a href="#base">base</a></code> - elements with <code title=att-base-href>href</code> attributes, all but - the first are ignored. + elements with <code title=attr-base-href><a href="#href">href</a></code> + attributes, all but the first are ignored. <p>The <dfn id=target title=attr-base-target><code>target</code></dfn> attribute, if specified, must contain a <a href="#valid10">valid browsing @@ -8888,8 +8889,9 @@ title=hyperlink>hyperlinks</a>. <p class=note>If there are multiple <code><a href="#base">base</a></code> - elements with <code title=att-base-target>target</code> attributes, all - but the first are ignored. + elements with <code title=attr-base-target><a + href="#target">target</a></code> attributes, all but the first are + ignored. <p>The <dfn id=href0 title=dom-base-href><code>href</code></dfn> and <dfn id=target0 title=dom-base-target><code>target</code></dfn> DOM attributes
Received on Friday, 27 June 2008 21:46:15 UTC