[html5] r3130 - [] (0) Clarify what document.fgcolor does when there's no <body> element. (bug 6516)
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 25 19:17:00 PDT 2009
Author: ianh
Date: 2009-05-25 19:16:58 -0700 (Mon, 25 May 2009)
New Revision: 3130
Modified:
index
source
Log:
[] (0) Clarify what document.fgcolor does when there's no <body> element. (bug 6516)
Modified: index
===================================================================
--- index 2009-05-26 01:17:11 UTC (rev 3129)
+++ index 2009-05-26 02:16:58 UTC (rev 3130)
@@ -70006,6 +70006,9 @@
<a href=#reflect>reflect</a> the <code title=attr-body-alink><a href=#attr-body-alink>alink</a></code>
attribute on <a href=#the-body-element-0>the body element</a>.</p>
+ <p>For the above attributes, 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>
Modified: source
===================================================================
--- source 2009-05-26 01:17:11 UTC (rev 3129)
+++ source 2009-05-26 02:16:58 UTC (rev 3130)
@@ -82409,6 +82409,9 @@
<span>reflect</span> the <code title="attr-body-alink">alink</code>
attribute on <span>the body element</span>.</p>
+ <p>For the above attributes, 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>
More information about the Commit-Watchers
mailing list