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>
784
784
785
785
2. Append |report| to |scope|'s < a > report buffer</ a > .
786
786
787
- 3. Let |type| be |report|'s < a > type </ a > .
787
+ 3. Let |type| be |report|'s [=report/type=] .
788
788
789
789
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 > .
792
792
793
793
< h3 id ="add-report " algorithm >
794
794
Add |report| to |observer|
795
795
</ h3 >
796
796
797
797
Given a < a > report</ a > |report| and a {{ReportingObserver}} |observer|, this
798
798
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|.
800
800
801
801
1. If |report|'s [=report/type=] is not < a > visible to
802
802
< code > ReportingObserver</ code > s</ a > , return.
You can’t perform that action at this time.
0 commit comments