[CSS21] Typographical issues with the Working Draft

Issue 1:

9.4.3 (Relative positioning) says:

   # If the 'direction' property of the containing block is 'ltr, the
   # value of 'left' wins and 'right' becomes -'left'. If 'direction' of
   # the containing block is 'rtl', 'right' wins and 'left' is ignored.

s/'ltr/'ltr'/


Issue 2:

16.1 (Indentation: the 'text-indent' property) says:

   # 'Text-indent' only affects a line if it is the first formatted line
   # of an element. [...]

s/'Text-indent'/'text-indent'/


Cheers,
Anton Prowse
http://dev.moonhenge.net

Received on Friday, 7 January 2011 21:16:49 UTC