CSS2
- Additional selectors
- * - Universal selector (matches all elements)
- > - Child selector (Ex: body>p - matches on paragraphs that are children of body)
- + - Adjacent sibling selector (Ex: h2+p - matches an h2 that is adjacent to a p under the same parent)
- Attribute selectors
- Match elements with particular attributes
- More pseudo-classes/elements
- :hover, :first-letter, :first-word already mentioned
- :focus, :lang, :before, :after, :left, etc.
- Autonumbering - for example: the chapter numbers in headings
- Cursor properties, Additional Border and Color Properties, and Outline properties
- Media Types and @ rules
- Defined media types: screen, print, projection, braille, embossed, aural, tv, tty, handheld, all
- @font-face (manual font setting), @import, @page (for paged output)
- Paged Media: page-break-before, page-break-after, page-break-inside, orphans, widows
- Aural Style sheets - non visual browsers
- voice-family, speech-rate, pitch-range, ...