Skip to content

Commit fbd5df3

Browse files
committed
Editorial: Remove/clean up some informative text
1 parent 9f58086 commit fbd5df3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.bs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12393,11 +12393,11 @@ Issue: The relevant |this| value is not always well-defined; see
1239312393
The set of interfaces that a [=platform object=] [=implements=] does not change over
1239412394
the lifetime of the object.
1239512395

12396-
Multiple [=interface objects=] associated with different [=Realm/global objects=]
12397-
will allocate [=platform objects=] which have \[[PrimaryInterface]] internal
12398-
slots referencing the same underlying [=interface=]. For example, a page may
12399-
contain a same-origin iframe, with the iframe's method being called on the
12400-
main page's element of the same kind, with no exception thrown.
12396+
Multiple [=platform objects=] with different [=Realm/global objects=] will share
12397+
a reference to the same [=interface=] in their \[[PrimaryInterface]] internal
12398+
slots. For example, a page may contain a same-origin iframe, with the iframe's
12399+
method being called on the main page's element of the same kind, with no exception
12400+
thrown.
1240112401

1240212402
[=Interface mixins=] do not participate directly in the evaluation of the [=implements=]
1240312403
algorithm. Instead, each [=interface=] that the [=interface mixin=] is [=included=] in
@@ -12410,9 +12410,7 @@ Issue: The relevant |this| value is not always well-defined; see
1241012410
The <dfn id="dfn-primary-interface" export>primary interface</dfn> of a platform object
1241112411
that [=implements=] one or more interfaces is the value of the object's
1241212412
\[[PrimaryInterface]] internal slot, which is is the most-derived [=interface=]
12413-
that it [=implements=]. The value of the \[[Prototype]] [=internal slot=]
12414-
of the platform object is the [=interface prototype object=]
12415-
of the [=primary interface=] from the [=platform object=]’s associated global environment.
12413+
that it [=implements=].
1241612414

1241712415
The global environment that a given [=platform object=]
1241812416
is associated with can <dfn id="dfn-change-global-environment" for="global environment" export>change</dfn> after it has been created. When

0 commit comments

Comments
 (0)