Bug 77763 - HTMLElement: Clean up tabindex attribute parsing.
Summary: HTMLElement: Clean up tabindex attribute parsing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 12:28 PST by Andreas Kling
Modified: 2012-02-03 12:57 PST (History)
0 users

See Also:


Attachments
Somewhat patchy (2.02 KB, patch)
2012-02-03 12:43 PST, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-02-03 12:28:16 PST
There is some silly stuff going on when parsing the tabindex attribute.
Comment 1 Andreas Kling 2012-02-03 12:43:41 PST
Created attachment 125385 [details]
Somewhat patchy
Comment 2 Antti Koivisto 2012-02-03 12:46:07 PST
Comment on attachment 125385 [details]
Somewhat patchy

r=me
Comment 3 Andreas Kling 2012-02-03 12:57:19 PST
Committed r106685: <http://trac.webkit.org/changeset/106685>