File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -784,19 +784,19 @@ <h3 id="notify-observers" algorithm>
784784
785785 2. Append |report| to |scope|'s < a > report buffer</ a > .
786786
787- 3. Let |type| be |report|'s < a > type </ a > .
787+ 3. Let |type| be |report|'s [=report/type=] .
788788
789789 4. If |scope|'s < a > report buffer</ a > now contains more than 100 reports with
790- < a > type </ a > equal to |type|, remove the earliest item with < a > type </ a >
791- equal to |type| in the < a > report buffer</ a > .
790+ [=report/type=] equal to |type|, remove the earliest item with
791+ [=report/type=] equal to |type| in the < a > report buffer</ a > .
792792
793793 < h3 id ="add-report " algorithm >
794794 Add |report| to |observer|
795795 </ h3 >
796796
797797 Given a < a > report</ a > |report| and a {{ReportingObserver}} |observer|, this
798798 algorithm adds |report| to |observer|'s < a > report queue</ a > , so long as
799- |report|'s < a > type </ a > is observable by |observer|.
799+ |report|'s [=report/type=] is observable by |observer|.
800800
801801 1. If |report|'s [=report/type=] is not < a > visible to
802802 < code > ReportingObserver</ code > s</ a > , return.
You can’t perform that action at this time.
0 commit comments