Bug 20808 - AX: expose lists as AXLists
Summary: AX: expose lists as AXLists
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 14:42 PDT by chris fleizach
Modified: 2008-09-15 17:19 PDT (History)
0 users

See Also:


Attachments
patch for changes (40.49 KB, patch)
2008-09-12 14:46 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff
patch for axlists (47.12 KB, patch)
2008-09-13 14:57 PDT, chris fleizach
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2008-09-12 14:42:50 PDT
expose lists <ul>,<ol>,<dl> as AXLists
Comment 1 chris fleizach 2008-09-12 14:46:21 PDT
Created attachment 23373 [details]
patch for changes
Comment 2 Darin Adler 2008-09-12 15:43:37 PDT
Comment on attachment 23373 [details]
patch for changes

 58     // lists should only appear on SnowLeopard, on the mac

We normally avoid using the name SnowLeopard at all since some aspects of it are confidential. Also, comments should be past-looking, not future-looking. Some day there will be a new release and "only on SnowLeopard" won't be accurate any more.

r=me
Comment 3 chris fleizach 2008-09-12 16:29:42 PDT
fixed
http://trac.webkit.org/changeset/36360
Comment 4 Mark Rowe (bdash) 2008-09-12 17:44:50 PDT
This was rolled out in r36363.
Comment 5 chris fleizach 2008-09-13 14:57:46 PDT
Created attachment 23398 [details]
patch for axlists

Reviewed by Darin first time. This update is to address Darin's comments and make sure the non-mac builds work
Comment 6 chris fleizach 2008-09-15 17:19:54 PDT
try again 
http://trac.webkit.org/changeset/36467