- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Mar 2014 19:55:23 +0000
- To: public-browser-tools-testing@w3.org
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