[Bug 25162] New: The spec doesn't define what "selectable" attribute means

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25162

            Bug ID: 25162
           Summary: The spec doesn't define what "selectable" attribute
                    means
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: botalov.andrey@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

There is step 4 in the algorithm from section 10.3.1:
> If the element is selectable and name case insensitively matches "selected", and the element in an INPUT element of type "checkbox" or "radio", the string "true" must be returned if the element is checked or null otherwise.

But link to "selectable" is broken and thus it's not clear what "selectable"
element means.

IMO this step should be just:

> If name case insensitively matches "selected", and the element is an INPUT element of type "checkbox" or "radio", the string "true" must be returned if the element is checked or null otherwise.

Also it seems that "selected" is just an alias for "checked" and thus step 4 of
the algorithm isn't needed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 26 March 2014 19:55:32 UTC