Bug 71097

Summary: Testing allowed identifier chars which are greater than 126
Product: WebKit Reporter: Zoltan Herczeg <zherczeg>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: darin, webkit.review.bot
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 69083    
Attachments:
Description Flags
patch none

Zoltan Herczeg
Reported 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.
Attachments
patch (3.97 KB, patch)
2011-10-28 01:10 PDT, Zoltan Herczeg
no flags
Zoltan Herczeg
Comment 1 2011-10-28 01:10:26 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2011-10-28 11:40:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.