@@ -4256,23 +4256,15 @@ <h2>Elements</h2>
4256
4256
representing a handle to a DOM node in a specific
4257
4257
WebDriver < a > session</ a > .
4258
4258
4259
- < p > A < dfn > weak map</ dfn > is a [=infra/map=] in which keys are held weakly
4260
- i.e. items are removed if the key object is garbaged collected, and presence
4261
- in the map does not prevent garbage collection. This acts as an alternative
4262
- to defining properties directly on the key objects.
4263
-
4264
- < p class =note > Unlike the ECMAScript [=WeakMap=] type, a < a > weak map</ a > can
4265
- participate in the full set of operations available for a < a > Map</ a > .
4266
-
4267
4259
< p > A WebDriver < a > session</ a > has a < dfn > browsing context group node
4268
- map</ dfn > , which is a < a > weak map</ a > between a < a > browsing context group</ a >
4260
+ map</ dfn > , which is a weak map between a < a > browsing context group</ a >
4269
4261
and a < a > node id map</ a > .
4270
4262
4271
- < p > A < dfn > node id map</ dfn > is < a > weak map</ a > between nodes and their
4263
+ < p > A < dfn > node id map</ dfn > is weak map between nodes and their
4272
4264
corresponding < a > WebDriver node id</ a > .
4273
4265
4274
4266
< p > A WebDriver < a > session</ a > has a < dfn > navigable seen nodes map</ dfn >
4275
- which is a < a > weak map</ a > between a [=navigable=] and a set.
4267
+ which is a weak map between a [=navigable=] and a set.
4276
4268
4277
4269
< p > To < dfn > get a node</ dfn > given < var > session</ var > ,
4278
4270
< var > browsing context</ var > , and < var > reference</ var > :
0 commit comments