Skip to content

Commit

Permalink
[giow] (2) <base>.href reflects, apparently.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13859

git-svn-id: http://svn.whatwg.org/webapps@6734 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent 50af32e commit 837d379
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
9 changes: 2 additions & 7 deletions complete.html
Expand Up @@ -13506,13 +13506,8 @@ <h4 id=the-base-element><span class=secno>4.2.3 </span>The <dfn><code>base</code
with <code title=attr-base-target><a href=#attr-base-target>target</a></code> attributes, all but
the first are ignored.</p>

<p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> IDL
attribute, on getting, must return the page's <a href=#document-base-url>document base
URL</a>, and on setting, it must set the <code title=attr-base-href><a href=#attr-base-href>href</a></code> content attribute to the given
new value.</p>

<p>The <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the content attribute of the
<p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> and <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>

</div>
Expand Down
9 changes: 2 additions & 7 deletions index
Expand Up @@ -13506,13 +13506,8 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;
with <code title=attr-base-target><a href=#attr-base-target>target</a></code> attributes, all but
the first are ignored.</p>

<p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> IDL
attribute, on getting, must return the page's <a href=#document-base-url>document base
URL</a>, and on setting, it must set the <code title=attr-base-href><a href=#attr-base-href>href</a></code> content attribute to the given
new value.</p>

<p>The <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the content attribute of the
<p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> and <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>

</div>
Expand Down
11 changes: 3 additions & 8 deletions source
Expand Up @@ -14149,14 +14149,9 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
with <code title="attr-base-target">target</code> attributes, all but
the first are ignored.</p>

<p>The <dfn title="dom-base-href"><code>href</code></dfn> IDL
attribute, on getting, must return the page's <span>document base
URL</span>, and on setting, it must set the <code
title="attr-base-href">href</code> content attribute to the given
new value.</p>

<p>The <dfn title="dom-base-target"><code>target</code></dfn> IDL
attribute must <span>reflect</span> the content attribute of the
<p>The <dfn title="dom-base-href"><code>href</code></dfn> and <dfn
title="dom-base-target"><code>target</code></dfn> IDL attributes
must <span>reflect</span> the respective content attributes of the
same name.</p>

</div>
Expand Down

0 comments on commit 837d379

Please sign in to comment.