Skip to content

Add missing space in Navigation-Refresh Session #1889

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3272,7 +3272,7 @@ <h3><dfn>Refresh</dfn></h3>
</ol>

<li><p><a>Set the current browsing context</a>
with <var>session</var> and <var>session</var>&apos;s<a>current
with <var>session</var> and <var>session</var>&apos;s <a>current
top-level browsing context</a>.

<li><p>Return <a>success</a> with data <a><code>null</code></a>.
Expand Down Expand Up @@ -11525,7 +11525,8 @@ <h2>Acknowledgements</h2>
<!-- Simon Stewart --> <a href=http://www.rocketpoweredjetpants.com/>Simon Stewart</a>,
<!-- Sri Harsha --> Sri Harsha,
<!-- Titus Fortner --> Titus Fortner,
<!-- Vangelis Katsikaros --> and Vangelis Katsikaros.
<!-- Vangelis Katsikaros --> Vangelis Katsikaros,
<!-- Zhizhen Ye --> and Zhizhen Ye.
Comment on lines +11528 to +11529
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert these changes. Originally new entries were added for substantial larger contributions but we may consider to remove them. Thanks.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok! I added because I saw following at README.md:
"You may add your name to the Acknowledgements section in your first PR, even for trivial fixes. The names are sorted lexicographically."

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would then defer to @AutomatedTester and @shs96c to decide, given that they are the actual editors of the specification.


<!-- ~~~ end sort ~~~ -->

Expand Down
Loading