Skip to content

Commit 0be5b75

Browse files
committed
[css2] Updated 'text-align' property (issue 203).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402583
1 parent 966407a commit 0be5b75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,13 @@ table-cell | table-caption | none | inherit;;
568568

569569
/* text-align;;
570570
left | right | center | justify | inherit;;
571-
'left' if 'direction' is 'ltr'; 'right' if 'direction' is 'rtl';;
571+
a nameless value that acts as 'left' if 'direction' is 'ltr',
572+
'right' if 'direction' is 'rtl';;
572573
block-level elements, table cells and inline blocks;;
573574
yes;;
574575
N/A;;
575576
visual;;
576-
as specified
577+
the initial value or as specified
577578
*/
578579

579580
/* text-decoration;;

0 commit comments

Comments
 (0)