diff --git a/index.src.html b/index.src.html index 8d83edd..5c646bc 100644 --- a/index.src.html +++ b/index.src.html @@ -314,10 +314,10 @@
ReportingObserver
s, meaning
that reports of that type can be observed by a reporting
- observer. By default, report types are not observable from
- JavaScript.
+ observer. By default, report types are not visible to
+ ReportingObserver
s.
Note: See [[#deprecation-report]] as an example report type definition.
@@ -1084,8 +1084,8 @@ ReportingObserver
s, return.
2. If |observer|'s options has a non-empty
{{ReportingObserverOptions/types}} member which does not contain |report|'s
@@ -1135,7 +1135,8 @@ ReportingObserver
s.
interface DeprecationReportBody : ReportBody { @@ -1190,7 +1191,8 @@Intervention
Intervention reports have the report type "intervention". - Intervention reports are observable from JavaScript. + Intervention reports are visible to +ReportingObserver
s.interface InterventionReportBody : ReportBody {