Skip to content

Commit

Permalink
editorial: Use "content navigable" instead of "nested navigable"
Browse files Browse the repository at this point in the history
The term was renamed in the HTML spec in whatwg/html#8712 so the current
reference was broken as mentioned in #1735.

While here, use ReSpec's shorthand syntax to refer to these sub concepts
directly and avoid having to specifically link to them in the index at the
end of the document.
  • Loading branch information
Raphael Kubo da Costa committed Aug 7, 2023
1 parent 866fedb commit 7679754
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3573,8 +3573,8 @@ <h3><dfn>Switch To Frame</dfn></h3>
return <a>error</a> with <a>error code</a> <a>no such frame</a>.

<li><p><a>Set the current browsing context</a>
with <var>element</var>’s <a>nested navigable</a>'s <a>active
browsing context</a>.
with <var>element</var>’s [=navigable container/content navigable=]'s
[=navigable/active browsing context=].
</ol>
</dl>

Expand Down Expand Up @@ -11059,7 +11059,6 @@ <h2>Index</h2>
<!-- 2D context creation algorithm --> <li><dfn><a href=https://html.spec.whatwg.org/#2d-context-creation-algorithm>2D context creation algorithm</a></dfn>
<!-- A serialization of the bitmap as a file --> <li><dfn data-lt="a serialization of the bitmap as a file"><a href=https://html.spec.whatwg.org/#a-serialisation-of-the-bitmap-as-a-file>A serialization of the bitmap as a file</a></dfn>
<!-- API length --> <li><dfn><a href="https://html.spec.whatwg.org/#concept-fe-api-value">API value</a></dfn>
<!-- Active browsing context --> <li><dfn><a href=https://html.spec.whatwg.org/#nav-bc>active browsing context</a></dfn>
<!-- Active document --> <li><dfn><a href=https://html.spec.whatwg.org/#active-document>active document</a></dfn>
<!-- Active element --> <li><dfn>Active element</dfn> being the <a href=https://html.spec.whatwg.org/#dom-document-activeelement><code>activeElement</code></a> attribute on <a href=https://html.spec.whatwg.org/#document><code>Document</code></a>
<!-- Associated window --> <li><dfn><a href=https://html.spec.whatwg.org/#concept-document-window>Associated window</a></dfn>
Expand Down Expand Up @@ -11089,7 +11088,6 @@ <h2>Index</h2>
<!-- Mature (navigation) --> <li><dfn data-lt="matured"><a href=https://html.spec.whatwg.org/#concept-navigate-mature>Mature</a></dfn> navigation.
<!-- Mutable --> <li><dfn><a href=https://html.spec.whatwg.org/#concept-fe-mutable>Mutable</a></dfn>
<!-- Navigate --> <li><dfn data-lt="navigating|navigation"><a href=https://html.spec.whatwg.org/#navigate>Navigate</a></dfn>
<!-- Nested navigable --> <li><dfn><a href=https://html.spec.whatwg.org/#nested-navigable>nested navigable</a></dfn>
<!-- Origin-clean --> <li><dfn><a href=https://html.spec.whatwg.org/#concept-canvas-origin-clean>Origin-clean</a></dfn>
<!-- Overridden reload --> <li><dfn><a href="https://html.spec.whatwg.org/multipage/dom.html#an-overridden-reload">An overridden reload</a></dfn>
<!-- Parent browsing context --> <li><dfn><a href=https://html.spec.whatwg.org/#parent-browsing-context>Parent browsing context</a></dfn>
Expand Down

0 comments on commit 7679754

Please sign in to comment.