mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #6721 - mbrubeck:unicode-bidi, r=pcwalton
Implement the unicode-bidi CSS property r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6721) <!-- Reviewable:end -->
This commit is contained in:
commit
5922ac606c
20 changed files with 128 additions and 71 deletions
|
@ -99,6 +99,7 @@ partial interface CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString backfaceVisibility;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString direction;
|
||||
[TreatNullAs=EmptyString] attribute DOMString unicodeBidi;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString filter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue