mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #7683 - frewsxcv:html-font-element-size-attr, r=nox
Implement `size` attribute for <font> element <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7683) <!-- Reviewable:end -->
This commit is contained in:
commit
7debfd1f4c
12 changed files with 220 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