Bug 130719 - Web Inspector: AXI: add support for range values
Summary: Web Inspector: AXI: add support for range values
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Aaron Chu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-25 09:39 PDT by James Craig
Modified: 2016-12-13 15:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2014-03-25 09:39:32 PDT
Will use these methods and potentially more. 

AccessibilityObject::supportsRangeValue()
AccessibilityNodeObject::valueDescription() (aria-valuetext)
AccessibilityNodeObject::valueForRange()
AccessibilityNodeObject::maxValueForRange()
AccessibilityNodeObject::minValueForRange()
AccessibilityNodeObject::stepValueForRange()
AccessibilityNodeObject::isIndeterminate()

UI for this could be compacted nicely. I think this would only be one or two rows in the sidebar. 

Some thoughts:
* Ignore default min/max values (0/1) and common percentage min/max (0/100)
* Those are available in the node as attrs or defaults; just list those values as percent on sliders. 
* Where necessary and if possible, list min/value/max and step on same line.

Examples:
Range Value: indeterminate
Range Value: 60%
Range Value: 3.5 of 1/5 (Step: 0.5)
Comment 1 Radar WebKit Bug Importer 2014-03-25 09:42:35 PDT
<rdar://problem/16419777>