Skip to content

Commit f8a2124

Browse files
committed
Fix typo in previous commit
This actually had cascading effects on the generated IDs.
1 parent f8e293f commit f8a2124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80417,7 +80417,7 @@ interface <dfn>History</dfn> {
8041780417

8041880418
<div w-nodev>
8041980419

80420-
<p>The <dfn><code data-x="dom-history-index">length</code></dfn> attribute of the
80420+
<p>The <dfn><code data-x="dom-history-index">index</code></dfn> attribute of the
8042180421
<code>History</code> interface, on getting, must return the index of the <span>current entry of
8042280422
the joint session history</span> within the <span>top-level browsing context</span>'s <span>joint
8042380423
session history</span>. If this <code>History</code> object is associated with a

0 commit comments

Comments
 (0)