ISSUE-66

Add grammar for an+b notation in Selectors

State:
CLOSED
Product:
Selectors Level 3
Raised by:
Daniel Glazman
Opened on:
2008-10-16
Description:
Proposed grammar:

  S* [ ['-'|'+']? INTEGER? {N} [ S* ['-'|'+'] S* INTEGER ]? ]
     | ['-'|'+']? INTEGER
     | {O}{D}{D}
     | {E}{V}{E}{N}
     ] S*

where INTEGER maps to [0-9]+

Perl syntax /w:
  \s* ( [+\-]?\d+n ( \s*[+\-]\s* [0-9]+ )?
      | [+\-]?\d+
      |odd
      |even
      ) \s*
Related Actions Items:
No related actions
Related emails:
  1. [CSSWG] Summary and Resolutions F2F: Selectors and calc() (from fantasai.lists@inkedblade.net on 2008-11-10)
  2. ISSUE-66: Add grammar for an+b notation in Selectors [Selectors] (from sysbot+tracker@w3.org on 2008-10-16)

Related notes:

2008-10-22 16:42:51: Accepted at TPAC 2008 [Elika Etemad]

Display change log ATOM feed


Peter Linss <peter.linss@hp.com>, Daniel Glazman <daniel.glazman@disruptive-innovations.com>, Chairs, Chris Lilley <chris@w3.org>, Bert Bos <bert@w3.org>, Staff Contacts
Tracker, originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: index.php,v 1.231 2009/11/16 15:00:54 dom Exp $