This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25162 - The spec doesn't define what "selectable" attribute means
Summary: The spec doesn't define what "selectable" attribute means
Status: RESOLVED DUPLICATE of bug 24980
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 19:55 UTC by Andrey Botalov
Modified: 2014-03-26 20:50 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-03-26 19:55:23 UTC
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.
Comment 1 David Burns :automatedtester 2014-03-26 20:19:47 UTC
Can we please avoid raising duplicates, especially when you raised the original bug.

*** This bug has been marked as a duplicate of bug 24980 ***
Comment 2 Andrey Botalov 2014-03-26 20:50:26 UTC
Sorry, I forgot about bug 24980.

Actually I think that this bug contains more details and thus I think it would be better to mark previous bug as the duplicate of this one.