[Bug 8087] '<any string that doesn't contain the substring "-->" >' is not valid ABNF (prose-val can't contain '>')

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


Philip Taylor <excors@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |excors@gmail.com




--- Comment #1 from Philip Taylor <excors@gmail.com>  2009-10-27 17:09:42 ---
To avoid violating STD68, I suppose it could be written like:

 no-c-end =
  *( (%x00-%x2c / %x2e-%x10ffff)
   / %x2d (%x00-%x2c / %x2e-%x10ffff)
   / %x2d %x2d (%x00-%x3d / %x3f-%x10ffff) )
   ; any string that doesn't contain the substring "-->"

and similar for no-c-start.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 October 2009 17:09:45 UTC