mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Support text-align: start
and end
This commit is contained in:
parent
5b0c6c9d31
commit
81e8f18662
5 changed files with 59 additions and 4 deletions
|
@ -1730,8 +1730,7 @@ pub mod longhands {
|
|||
|
||||
${new_style_struct("InheritedText", is_inherited=True)}
|
||||
|
||||
// TODO: initial value should be 'start' (CSS Text Level 3, direction-dependent.)
|
||||
${single_keyword("text-align", "left right center justify")}
|
||||
${single_keyword("text-align", "start end left right center justify")}
|
||||
|
||||
<%self:longhand name="letter-spacing">
|
||||
use values::computed::{ToComputedValue, Context};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue