mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #8526 - frewsxcv:parse-length, r=eefriedman
Fix parse_length 0 values, implement <hr> 'width' Follow-up to https://github.com/servo/servo/issues/8424 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8526) <!-- Reviewable:end -->
This commit is contained in:
commit
3ef0a9a79d
13 changed files with 117 additions and 147 deletions
|
@ -14,5 +14,5 @@ partial interface HTMLHRElement {
|
|||
attribute DOMString color;
|
||||
// attribute boolean noShade;
|
||||
// attribute DOMString size;
|
||||
// attribute DOMString width;
|
||||
attribute DOMString width;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue