mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement <font> 'face' attribute
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user