[Bug 2019] R-041: Error in production 10 of regex in Datatypes (error, corrigendum needed)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2019


sandygao@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Priority|P2                          |P1




------- Additional Comments From sandygao@ca.ibm.com  2005-10-06 16:46 -------
In summary, the proposed changes are:

1. The definition of "metacharacter" in Appendix F from
      A metacharacter is either ., \, ?, *, +, {, } (, ), [ or ].
   to
      A metacharacter is either ., \, ?, *, +, {, } (, ), |, [ or ].

2. Production #10 in Appendix F from
      [10]    Char    ::=    [^.\?*+()|#x5B#x5D]
   to
      [10]    Char    ::=    [^.\?*+{}()|#x5B#x5D]

Received on Thursday, 6 October 2005 16:46:40 UTC