mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
moebius#90: CSS - implement text-justify property
This commit is contained in:
parent
5677db4b6e
commit
1f262f0d2b
26 changed files with 312 additions and 9 deletions
|
|
@ -238,6 +238,7 @@ CSS_KEY(disc, disc)
|
|||
CSS_KEY(disclosure-closed, disclosure_closed)
|
||||
CSS_KEY(disclosure-open, disclosure_open)
|
||||
CSS_KEY(discretionary-ligatures, discretionary_ligatures)
|
||||
CSS_KEY(distribute, distribute)
|
||||
CSS_KEY(dot, dot)
|
||||
CSS_KEY(dotted, dotted)
|
||||
CSS_KEY(double, double)
|
||||
|
|
@ -333,7 +334,8 @@ CSS_KEY(inline-start, inline_start)
|
|||
CSS_KEY(inline-table, inline_table)
|
||||
CSS_KEY(inset, inset)
|
||||
CSS_KEY(inside, inside)
|
||||
// CSS_KEY(inter-character, inter_character) // TODO see bug 1055672
|
||||
CSS_KEY(inter-character, inter_character)
|
||||
CSS_KEY(inter-word, inter_word)
|
||||
CSS_KEY(interpolatematrix, interpolatematrix)
|
||||
CSS_KEY(intersect, intersect)
|
||||
CSS_KEY(isolate, isolate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue