Re: Errata in CSS3 selectors

Hi,

section 7.3:

[...]
  These are the CSS properties that apply to ::selection
  pseudo-elements:color, background, outline.
[...]

There is a missing white-space. Shouldn't this be

  'color', 'background', 'background-color', 'background-image',
  'background-position', 'background-attachment', 'background-repeat',
  'outline', 'outline-color', 'outline-style', 'outline-width'

? At least a comment, that not only the shorthand forms are allowed
should be inserted. Why is there such a serious restriction on the
applicable properties? At least the 'cursor' property could be added.

[...]
  The color of 'background-image' on ::selection may be ignored.
[...]

This sentence makes no sense to me.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Friday, 18 May 2001 21:15:26 UTC