aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLBodyElement.webidl
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-11-29 04:36:17 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-11-29 04:36:17 +0530
commit2dab0e15845f3ae625ca4b89facd62c2f2adb8b3 (patch)
tree6f0c274b9bffb992646cadd9c0794020b23b5c5a /components/script/dom/webidls/HTMLBodyElement.webidl
parentd48d8b3ea172018d50ea5dc0e0350cdc5307ea37 (diff)
parentfeb16463ef93421c7c45fe9c62710cce8047f949 (diff)
downloadservo-2dab0e15845f3ae625ca4b89facd62c2f2adb8b3.tar.gz
servo-2dab0e15845f3ae625ca4b89facd62c2f2adb8b3.zip
Auto merge of #8722 - frewsxcv:tracking-issues, r=nox
Add tracking issues for body/document attributes <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8722) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webidls/HTMLBodyElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLBodyElement.webidl7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLBodyElement.webidl b/components/script/dom/webidls/HTMLBodyElement.webidl
index 4bea5004408..50e834d1813 100644
--- a/components/script/dom/webidls/HTMLBodyElement.webidl
+++ b/components/script/dom/webidls/HTMLBodyElement.webidl
@@ -12,9 +12,16 @@ HTMLBodyElement implements WindowEventHandlers;
// https://html.spec.whatwg.org/multipage/#HTMLBodyElement-partial
partial interface HTMLBodyElement {
[TreatNullAs=EmptyString] attribute DOMString text;
+
+ // https://github.com/servo/servo/issues/8715
//[TreatNullAs=EmptyString] attribute DOMString link;
+
+ // https://github.com/servo/servo/issues/8716
//[TreatNullAs=EmptyString] attribute DOMString vLink;
+
+ // https://github.com/servo/servo/issues/8717
//[TreatNullAs=EmptyString] attribute DOMString aLink;
+
[TreatNullAs=EmptyString] attribute DOMString bgColor;
// attribute DOMString background;
};