Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) I've surrounded myself with pedants. (define what bgColor and …
…co do with frameset as the body element)

git-svn-id: http://svn.whatwg.org/webapps@3493 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 29, 2009
1 parent dcc1746 commit 7669242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -71744,9 +71744,9 @@ time:empty { binding: <i title="">time</i>; }</pre>
attribute on <a href=#the-body-element-0>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-0>the body element</a> is a <code><a href=#the-body-element>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-0 title="the body element">body element</a>, the attributes must
instead return the empty string on getting and do nothing on
setting.</p>
opposed to a <code><a href=#frameset>frameset</a></code> element). When there is no <a href=#the-body-element-0 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>

<table><thead><tr><th> DOM attribute
<th> Content attribute
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -84802,9 +84802,9 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>, the attributes must
instead return the empty string on getting and do nothing on
setting.</p>
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>

<table>
<thead>
Expand Down

0 comments on commit 7669242

Please sign in to comment.