mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement attribute 'fgColor' on 'document'
The 'text' attribute was implemented on '<body>' in #7841
This commit is contained in:
parent
29c42a9f78
commit
320263199f
9 changed files with 25 additions and 156 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue