Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7617

git-svn-id: http://svn.whatwg.org/webapps@3973 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 5bbea69 commit d893007
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions index
Expand Up @@ -75012,11 +75012,12 @@ interface <a href=#htmldocument>HTMLDocument</a> {
};</pre>

<p>The attributes of the <code>Document</code> object listed in the
first column of the following table must reflect the content
attribute on <a href=#the-body-element>the body element</a> with the name given in
the corresponding cell in the second column on the same row, if
<a href=#the-body-element>the body element</a> is a <code><a href=#the-body-element-0>body</a></code> element (as
opposed to a <code><a href=#frameset>frameset</a></code> element). When there is no <a href=#the-body-element title="the body element">body element</a> or if it is a
first column of the following table must <a href=#reflect>reflect</a> the
content attribute on <a href=#the-body-element>the body element</a> with the name
given in the corresponding cell in the second column on the same
row, if <a href=#the-body-element>the body element</a> is a <code><a href=#the-body-element-0>body</a></code> element
(as opposed to a <code><a href=#frameset>frameset</a></code> element). When there is no
<a href=#the-body-element title="the body element">body element</a> or if it is a
<code><a href=#frameset>frameset</a></code> element, the attributes must instead return
the empty string on getting and do nothing on setting.</p>

Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -89030,12 +89030,12 @@ interface <span>HTMLDocument</span> {
};</pre>

<p>The attributes of the <code>Document</code> object listed in the
first column of the following table must reflect the content
attribute on <span>the body element</span> with the name given in
the corresponding cell in the second column on the same row, if
<span>the body element</span> is a <code>body</code> element (as
opposed to a <code>frameset</code> element). When there is no <span
title="the body element">body element</span> or if it is a
first column of the following table must <span>reflect</span> the
content attribute on <span>the body element</span> with the name
given in the corresponding cell in the second column on the same
row, if <span>the body element</span> is a <code>body</code> element
(as opposed to a <code>frameset</code> element). When there is no
<span title="the body element">body element</span> or if it is a
<code>frameset</code> element, the attributes must instead return
the empty string on getting and do nothing on setting.</p>

Expand Down

0 comments on commit d893007

Please sign in to comment.