Implement attribute 'fgColor' on 'document'

The 'text' attribute was implemented on '<body>' in #7841
This commit is contained in:
Corey Farwell 2015-11-28 10:12:58 -05:00
parent 29c42a9f78
commit 320263199f
9 changed files with 25 additions and 156 deletions

View file

@ -141,7 +141,7 @@ Document implements GlobalEventHandlers;
// https://html.spec.whatwg.org/multipage/#Document-partial
partial interface Document {
// [TreatNullAs=EmptyString] attribute DOMString fgColor;
[TreatNullAs=EmptyString] attribute DOMString fgColor;
// https://github.com/servo/servo/issues/8715
// [TreatNullAs=EmptyString] attribute DOMString linkColor;