aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFontElement.webidl
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-09-13 22:54:23 -0400
committerCorey Farwell <coreyf@rwell.org>2015-09-14 20:24:52 -0400
commit3ae76f4e7610cfb7af05102292842aafcb62d334 (patch)
tree9aef97c7710b31416b96373bc24ef06253b57de5 /components/script/dom/webidls/HTMLFontElement.webidl
parent768993f03f338171e58ba7214bcdb6da75df6b26 (diff)
downloadservo-3ae76f4e7610cfb7af05102292842aafcb62d334.tar.gz
servo-3ae76f4e7610cfb7af05102292842aafcb62d334.zip
Implement <font> 'face' attribute
Diffstat (limited to 'components/script/dom/webidls/HTMLFontElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFontElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFontElement.webidl b/components/script/dom/webidls/HTMLFontElement.webidl
index 03b68498db7..8419fcab10f 100644
--- a/components/script/dom/webidls/HTMLFontElement.webidl
+++ b/components/script/dom/webidls/HTMLFontElement.webidl
@@ -6,6 +6,6 @@
// https://www.whatwg.org/html/#htmlfontelement
interface HTMLFontElement : HTMLElement {
[TreatNullAs=EmptyString] attribute DOMString color;
- // attribute DOMString face;
+ attribute DOMString face;
// attribute DOMString size;
};