Skip to content

Commit

Permalink
Editorial: Fix bikeshed errors over ambiguous link. (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
clelland authored Aug 9, 2024
1 parent 1a1835f commit fe3877b
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit fe3877b

Please sign in to comment.