mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Implement the unicode-bidi property
This commit is contained in:
parent
028707f5cd
commit
f8e92b2b01
20 changed files with 128 additions and 71 deletions
|
@ -2076,6 +2076,8 @@ pub mod longhands {
|
|||
|
||||
${new_style_struct("Text", is_inherited=False)}
|
||||
|
||||
${single_keyword("unicode-bidi", "normal embed isolate bidi-override isolate-override plaintext")}
|
||||
|
||||
<%self:longhand name="text-decoration" custom_cascade="True">
|
||||
use cssparser::ToCss;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue