diff --git a/spec/listformat.html b/spec/listformat.html
index fbd31f36..94394ef6 100644
--- a/spec/listformat.html
+++ b/spec/listformat.html
@@ -235,7 +235,7 @@
Abstract Operations for ListFormat Objects
DeconstructPattern (
- _pattern_: a String,
+ _pattern_: a Pattern String,
_placeables_: a Record,
): a List
diff --git a/spec/locales-currencies-tz.html b/spec/locales-currencies-tz.html
index cbc0c4e0..f5a1fdaa 100644
--- a/spec/locales-currencies-tz.html
+++ b/spec/locales-currencies-tz.html
@@ -2,7 +2,7 @@
Identification of Locales, Currencies, Time Zones, Measurement Units, Numbering Systems, Collations, and Calendars
- This clause describes the String values used in this specification to identify locales, currencies, time zones, measurement units, numbering systems, collations, and calendars.
+ This clause describes the String values used in this specification to identify locales, currencies, time zones, measurement units, numbering systems, collations, calendars, and pattern strings.
@@ -414,4 +414,11 @@
+
+
+ Pattern String Types
+
+ Pattern String is a String value which contains zero or more substrings of the form *"{name}"*. The syntax of the abstract pattern strings is an implementation detail and is not exposed to users of ECMA-402.
+
+
diff --git a/spec/negotiation.html b/spec/negotiation.html
index f078913f..2c445c48 100644
--- a/spec/negotiation.html
+++ b/spec/negotiation.html
@@ -471,14 +471,13 @@
PartitionPattern (
- _pattern_: a String,
+ _pattern_: a Pattern String,
): a List of Records with fields [[Type]] (a String) and [[Value]] (a String or *undefined*)
diff --git a/spec/relativetimeformat.html b/spec/relativetimeformat.html
index b2949bbc..4653c958 100644
--- a/spec/relativetimeformat.html
+++ b/spec/relativetimeformat.html
@@ -343,7 +343,7 @@
MakePartsList (
- _pattern_: a pattern String,
+ _pattern_: a Pattern String,
_unit_: a String,
_parts_: a List of Records representing a formatted Number,
): a List of Records with fields [[Type]] (a String), [[Value]] (a String), and [[Unit]] (a String or ~empty~)