Appendix F.3, Invalid CSS example

Hi,

  This example in Appendix F.3 in the PR for XForms 1.0:

  *::repeat-item:disabled { visibility: visible; color: GrayText; }

is invalid as css3-selectors disallows attaching pseudo-classes to
pseudo-elements (and css3-ui, which defines ::repeat-item does relax
that restriction). Also note that system colors like GrayText are
deprecated in css3-colors. See also [1] (W3C member-only).

[1] http://www.w3.org/mid/3f50a5a9.104656107@smtp.bjoern.hoehrmann.de

Received on Saturday, 23 August 2003 23:19:00 UTC