Bug 71097 - Testing allowed identifier chars which are greater than 126
Summary: Testing allowed identifier chars which are greater than 126
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P4 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 69083
  Show dependency treegraph
 
Reported: 2011-10-28 01:02 PDT by Zoltan Herczeg
Modified: 2011-10-28 11:40 PDT (History)
2 users (show)

See Also:


Attachments
patch (3.97 KB, patch)
2011-10-28 01:10 PDT, Zoltan Herczeg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Herczeg 2011-10-28 01:02:53 PDT
I have checked various browsers whether they accept 127, 128, 159, 160 and 384 character codes.

127 is rejected by all browsers as expected.

WebKit and Opera works the same way, accepting everything else.
Firefox does not accept 128, but accepts 159 and 160.
InternetExplorer 8 does not accept 159, but accepts 128 and 160.

The spec says characters between 127-159 should not be accepted.

This is non-conclusive. IMHO we should keep the current behaviour.
Comment 1 Zoltan Herczeg 2011-10-28 01:10:26 PDT
Created attachment 112828 [details]
patch
Comment 2 WebKit Review Bot 2011-10-28 11:40:31 PDT
Comment on attachment 112828 [details]
patch

Clearing flags on attachment: 112828

Committed r98744: <http://trac.webkit.org/changeset/98744>
Comment 3 WebKit Review Bot 2011-10-28 11:40:35 PDT
All reviewed patches have been landed.  Closing bug.