[Webkit-unassigned] [Bug 130719] New: Web Inspector: AXI: add support for range values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 09:39:12 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130719

           Summary: Web Inspector: AXI: add support for range values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list