You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `ul` list to describe the Intl.Segmenter constructor and prototype.
This matches the style used in ECMA-262.
Also update description of [[Prototype]] to match ECMA-262.
Copy file name to clipboardExpand all lines: spec/segmenter.html
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@ <h1>Segmenter Objects</h1>
4
4
<emu-clauseid="sec-intl-segmenter-constructor">
5
5
<h1>The Intl.Segmenter Constructor</h1>
6
6
7
-
<p>The Segmenter constructor is the <dfn>%Intl.Segmenter%</dfn> intrinsic object and a standard built-in property of the Intl object. Behaviour common to all service constructor properties of the Intl object is specified in <emu-xrefhref="#sec-internal-slots"></emu-xref>.</p>
7
+
<p>The Intl.Segmenter constructor:</p>
8
+
<ul>
9
+
<li>is <dfn>%Intl.Segmenter%</dfn>.</li>
10
+
<li>is the initial value of the *"Segmenter"* property of the Intl object.</li>
11
+
</ul>
12
+
13
+
<p>Behaviour common to all service constructor properties of the Intl object is specified in <emu-xrefhref="#sec-internal-slots"></emu-xref>.</p>
<h1>Properties of the Intl.Segmenter Prototype Object</h1>
71
81
72
-
<p>The Intl.Segmenter prototype object is itself an ordinary object. <dfn>%Intl.Segmenter.prototype%</dfn> is not an Intl.Segmenter instance and does not have an [[InitializedSegmenter]] internal slot or any of the other internal slots of Intl.Segmenter instance objects.</p>
<li>is not an Intl.Segmenter instance and does not have an [[InitializedSegmenter]] internal slot or any of the other internal slots of Intl.Segmenter instance objects.</li>
87
+
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
0 commit comments