mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement <font> 'face' attribute
This commit is contained in:
parent
768993f03f
commit
3ae76f4e76
8 changed files with 72 additions and 138 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue