html5/spec Overview.html,1.2287,1.2288

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11908

Modified Files:
	Overview.html 
Log Message:
Clarify what document.fgcolor does when there's no <body> element. (bug 6516) (whatwg r3130)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2287
retrieving revision 1.2288
diff -u -d -r1.2287 -r1.2288
--- Overview.html	26 May 2009 01:17:16 -0000	1.2287
+++ Overview.html	26 May 2009 02:17:04 -0000	1.2288
@@ -63847,6 +63847,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>
 
 
 

Received on Tuesday, 26 May 2009 02:17:16 UTC