Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: export history handling behavior #10308

Merged
merged 4 commits into from
May 9, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98441,7 +98441,7 @@ location.href = '#foo';</code></pre>
data-x="NavigationHistoryBehavior-replace">replace</code>" instead.</dd>
</dl>

<p>A <dfn>history handling behavior</dfn> is a <code>NavigationHistoryBehavior</code> that is
<p>A <dfn export>history handling behavior</dfn> is a <code>NavigationHistoryBehavior</code> that is
either "<code data-x="NavigationHistoryBehavior-push">push</code>" or "<code
data-x="NavigationHistoryBehavior-replace">replace</code>", i.e., that has been resolved away from
any initial "<code data-x="NavigationHistoryBehavior-auto">auto</code>" value.</p>
Expand Down Expand Up @@ -110727,7 +110727,7 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
data-x="struct item">items</span>:</p>

<ul>
<li><p>a <dfn data-x="event handler value">value</dfn>, which is either null<span
<li><p>a <dfn export for="event handler" data-x="event handler value">value</dfn>, which is either null<span
w-nodev>,</span><span w-dev> or</span> a callback object<span w-nodev>, or an <span>internal raw
uncompiled handler</span></span>. The <code>EventHandler</code> callback function type describes
how this is exposed to scripts. <span w-nodev>Initially, an <span data-x="event handlers">event
Expand Down
Loading