mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement size
attribute for <font> element
This commit is contained in:
parent
520c907742
commit
74e4c4fdc7
12 changed files with 201 additions and 181 deletions
|
@ -7,5 +7,5 @@
|
|||
interface HTMLFontElement : HTMLElement {
|
||||
[TreatNullAs=EmptyString] attribute DOMString color;
|
||||
attribute DOMString face;
|
||||
// attribute DOMString size;
|
||||
attribute DOMString size;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue