Implement <font> 'face' attribute

This commit is contained in:
Corey Farwell 2015-09-13 22:54:23 -04:00
parent 768993f03f
commit 3ae76f4e76
8 changed files with 72 additions and 138 deletions

View file

@ -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;
};