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: Fix bikeshed errors over ambiguous link. #271

Merged
merged 1 commit into from
Aug 9, 2024
Merged
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
8 changes: 4 additions & 4 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,19 +784,19 @@ <h3 id="notify-observers" algorithm>

2. Append |report| to |scope|'s <a>report buffer</a>.

3. Let |type| be |report|'s <a>type</a>.
3. Let |type| be |report|'s [=report/type=].

4. If |scope|'s <a>report buffer</a> now contains more than 100 reports with
<a>type</a> equal to |type|, remove the earliest item with <a>type</a>
equal to |type| in the <a>report buffer</a>.
[=report/type=] equal to |type|, remove the earliest item with
[=report/type=] equal to |type| in the <a>report buffer</a>.

<h3 id="add-report" algorithm>
Add |report| to |observer|
</h3>

Given a <a>report</a> |report| and a {{ReportingObserver}} |observer|, this
algorithm adds |report| to |observer|'s <a>report queue</a>, so long as
|report|'s <a>type</a> is observable by |observer|.
|report|'s [=report/type=] is observable by |observer|.

1. If |report|'s [=report/type=] is not <a>visible to
<code>ReportingObserver</code>s</a>, return.
Expand Down
Loading