@@ -7175,7 +7175,7 @@ Unless otherwise specified, the \[[Prototype]] internal slot
7175
7175
of objects defined in this section is {{%ObjectPrototype%}}.
7176
7176
7177
7177
Some objects described in this section are defined to have a <dfn id="dfn-class-string" export>class string</dfn>,
7178
- which is the string to include in the string returned from Object.prototype.toString.
7178
+ which is the string to include in the string returned from <code> Object.prototype.toString</code> .
7179
7179
7180
7180
If an object has a [=class string=] |classString|, then the object must,
7181
7181
at the time it is created, have a property whose name is the {{@@toStringTag}} symbol
@@ -11351,8 +11351,7 @@ Issue: Define those properties imperatively instead.
11351
11351
11352
11352
</div>
11353
11353
11354
- The [=class string=] of an [=interface prototype object=] is the concatenation of
11355
- the [=interface=]’s [=qualified name=] and the string "<code>Prototype</code>".
11354
+ The [=class string=] of an [=interface prototype object=] is the [=interface=]’s [=qualified name=].
11356
11355
11357
11356
11358
11357
<h4 id="named-properties-object">Named properties object</h4>
@@ -12241,7 +12240,7 @@ restricted to iterating over an object’s
12241
12240
[=support indexed properties|supported indexed properties=],
12242
12241
use standard ECMAScript Array iterator objects.
12243
12242
12244
- [=Default iterator objects=] do not have [=class strings=]; when <code
12243
+ Note: [=Default iterator objects=] do not have [=class strings=]; when <code
12245
12244
class="idl">Object.prototype.toString()</code> is called on a [=default
12246
12245
iterator object=] of a given [=interface=], the [=class string=] of the
12247
12246
[=iterator prototype object=] of that [=interface=] is used.
@@ -13170,12 +13169,6 @@ updated to be the [=interface prototype object=]
13170
13169
of the [=primary interface=]
13171
13170
from the [=platform object=]’s newly associated [=Realm=].
13172
13171
13173
- The [=class string=] of
13174
- a platform object that implements one or more interfaces
13175
- must be the [=qualified name=] of
13176
- the [=primary interface=]
13177
- of the platform object.
13178
-
13179
13172
Additionally, [=platform objects=] which implement an [=interface=]
13180
13173
which has a [{{Global}}] [=extended attribute=]
13181
13174
get properties declaratively from:
0 commit comments