- From: <bugzilla@jessica.w3.org>
- Date: Sat, 15 Mar 2014 07:37:04 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25063
Bug ID: 25063
Summary: Incorrect wording in section 7.3.1
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
"If the "id" is a unsigned short the current context is set to the equivalent
of the JS expression "window.frames[n]" where "n" is the number"
But variable "n" seems to be not defined here. I think it should tell:
"If the "id" is a unsigned short the current context is set to the equivalent
of the JS expression "window.frames[id]"
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 15 March 2014 07:37:05 UTC