[Webkit-unassigned] [Bug 50483] REGRESSION: Event calendar fails to load at http://ipfw.edu/calendar/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 11:44:40 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=50483


Dave Mandelin <dmandelin at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmandelin at mozilla.com




--- Comment #13 from Dave Mandelin <dmandelin at mozilla.com>  2011-05-27 11:44:40 PST ---
I had to look into this issue recently while updating Yarr in Firefox. I found that we have test cases that are a little bit stricter than what Yarr currently supports. Namely, we consider these to be syntax errors:

[C-\\s]
[C-\\d]
[C-\\W]
[\\b-\\w]
[\\B-\\w]

(See also https://bugzilla.mozilla.org/show_bug.cgi?id=576837)

Apparently, this is fine for web compat, or at least we haven't received any complaints about it yet. I have a small patch for this if anyone is interested.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list