[CSS21] 5.12 Pseudo-elements - trivial editorial issue

5.12.1 (The :first-line pseudo-element) states:

   # The :first-line pseudo-element applies special styles to the
   # contents of the first formatted line of a paragraph. For instance:
   #   p:first-line { text-transform: uppercase }

s/a paragraph/an element/


5.12.2 (The :first-letter pseudo-element) states:

   # The :first-letter pseudo-element must select the first letter of the
   # first line of a block

s/a block/an element/


Note that in both cases, the actual elements to which these two 
pseudo-elements apply are stated elsewhere in their respective sections.


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

Received on Tuesday, 1 September 2009 22:04:21 UTC