- From: <bugzilla@jessica.w3.org>
- Date: Sat, 15 Mar 2014 08:18:11 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25064
Bug ID: 25064
Summary: 11.1 - Argument isn't allowed to be
null/dictionary/array
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
Argument is defined as:
typedef long or boolean or DOMString or WebElement or Object or sequence
Argument;
So Argument doesn't allow null/dictionary/dictionary. But later in the section
it's said:
1. a long, boolean, DOMString, or null ...
2. an array
3. a dictionary
Note that typedef allows Argument to be of type sequence but such ability
doesn't seem to be used.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 15 March 2014 08:18:13 UTC