Bug 20808

Summary: AX: expose lists as AXLists
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch for changes
darin: review+
patch for axlists bdakin: review+

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