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 25063 - Incorrect wording in section 7.3.1
Summary: Incorrect wording in section 7.3.1
Status: RESOLVED FIXED
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: 20860
  Show dependency treegraph
 
Reported: 2014-03-15 07:37 UTC by Andrey Botalov
Modified: 2014-05-06 09:22 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-03-15 07:37:04 UTC
"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]"
Comment 1 David Burns :automatedtester 2014-04-29 06:09:15 UTC
landed in https://dvcs.w3.org/hg/webdriver/rev/bc94b73f1bb7
Comment 2 Andrey Botalov 2014-05-05 11:36:06 UTC
"n" hasn't been removed. This section now contains:

JS expression "window.frames[id]" where "n" is the number
Comment 3 David Burns :automatedtester 2014-05-06 09:22:48 UTC
sorry about that.

Fix in https://dvcs.w3.org/hg/webdriver/rev/597afd404b46