Skip to content

Commit 54efc2f

Browse files
committed
[css2] Added text-align version of CSS 2, for documentation purposes.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401955
1 parent 219bac6 commit 54efc2f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css2/properties/properties.db

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,15 @@ allowed on 'font-size' and 'line-height' ;; visual;; 2 2.1
187187
0;; block-level elements;; yes;; refer to width of containing block;; visual;; 2 2.1
188188
*/
189189

190+
/* text-align;; <string> | left | right | center | justify | inherit;;
191+
depends on user agent and writing direction;;
192+
block-level elements and table cells;;
193+
yes;; N/A;; visual;; 2
194+
*/
190195
/* text-align;; left | right | center | justify | inherit;;
191196
depends on user agent and writing direction;;
192197
block-level elements and table cells;;
193-
yes;; N/A;; visual;; 2 2.1
198+
yes;; N/A;; visual;; 2.1
194199
*/
195200

196201
/* text-decoration;;

0 commit comments

Comments
 (0)