@@ -101097,7 +101097,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101097101097 readonly attribute DOMString <span data-x="dom-NavigationDestination-id">id</span>;
101098101098 readonly attribute long long <span data-x="dom-NavigationDestination-index">index</span>;
101099101099 readonly attribute boolean <span data-x="dom-NavigationDestination-sameDocument">sameDocument</span>;
101100- readonly attribute boolean <span data-x="dom-NavigationDestination-ready">ready</span>;
101101101100
101102101101 any <span data-x="dom-NavigationDestination-getState">getState</span>();
101103101102};</code></pre>
@@ -101134,14 +101133,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101134101133 value of this property.</p>
101135101134 </dd>
101136101135
101137- <dt><code data-x=""><var>event</var>.<span data-x="dom-NavigateEvent-destination">destination</span>.<span subdfn data-x="dom-NavigationDestination-ready">ready</span></code></dt>
101138- <dd><p>Returns true for non-"<code data-x="dom-NavigationType-reload">reload</code>" navigations
101139- if the destination contains a <span>same origin</span> <code>Document</code> that is not
101140- <span>render-blocked</span>. This can be the case when the <code>Document</code> is <span
101141- data-x="reactivate a document">reactivated</span> from the <a href="#note-bfcache">back/forward
101142- cache</a> or prerendered, as specified in <cite>Prerendering Revamped</cite>.</p>
101143- <ref>PRERENDERING-REVAMPED</ref></dd>
101144-
101145101136 <dt><code data-x=""><var>event</var>.<span data-x="dom-NavigateEvent-destination">destination</span>.<span data-x="dom-NavigationDestination-getState">getState</span>()</code></dt>
101146101137 <dd>
101147101138 <p>For "<code data-x="dom-NavigationType-traverse">traverse</code>" navigations, returns the
@@ -101239,23 +101230,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101239101230 document</span>.</p>
101240101231 </div>
101241101232
101242- <div algorithm>
101243- <p>The <dfn attribute for="NavigationDestination"><code
101244- data-x="dom-NavigationDestination-ready">ready</code></dfn> getter steps are to return true if all
101245- of the following are true:</p>
101246-
101247- <ul>
101248- <li><p><span>this</span>'s <span data-x="concept-NavigationDestination-entry">entry</span>'s
101249- <span data-x="nhe-she">session history entry</span>'s <span data-x="she-document">document</span>
101250- is a <code>Document</code> who is not <span>render-blocked</span>; and</p></li>
101251-
101252- <li><p><span>this</span>'s <span>relevant settings object</span> is a <code>Document</code> that
101253- <span>can have its URL rewritten</span> to <span>this</span>'s <span
101254- data-x="concept-NavigationDestination-url">URL</span>.</p></li>
101255- </ul>
101256-
101257- </div>
101258-
101259101233 <div algorithm>
101260101234 <p>The <dfn method for="NavigationDestination"><code
101261101235 data-x="dom-NavigationDestination-getState">getState()</code></dfn> method steps are to return
0 commit comments