diff --git a/index.html b/index.html
index 493c95c2..fc8ac1b8 100644
--- a/index.html
+++ b/index.html
@@ -174,14 +174,14 @@
of the following components in the given order:
- - Optionally, a single U+002D HYPHEN-MINUS character (-), to
+
- Optionally, a single U+002D HYPHEN-MINUS code unit (-), to
indicate that the amount is negative
- - One or more characters in the range U+0030 DIGIT ZERO (0) to
+
- One or more code units in the range U+0030 DIGIT ZERO (0) to
U+0039 DIGIT NINE (9)
- - Optionally, a single U+002E FULL STOP character (.) followed by
- one or more characters in the range U+0030 DIGIT ZERO (0) to U+0039
+
- Optionally, a single U+002E FULL STOP code unit (.) followed by
+ one or more code units in the range U+0030 DIGIT ZERO (0) to U+0039
DIGIT NINE (9)
@@ -392,7 +392,7 @@
monetary value, then throw a TypeError;
optionally informing the developer that the value is invalid.
-
If the first character of
+ If the first code unit of
details.total.amount.value is U+002D HYPHEN-MINUS,
@@ -492,7 +492,7 @@
optionally informing the developer that the value is
invalid.
- If the first character of value is
+ If the first code unit of value is
U+002D HYPHEN-MINUS, then throw a TypeError,
optionally informing the developer that the value
can't be negative.
@@ -1046,7 +1046,7 @@
total
MUST be a non-negative value. This means that
the total.amount.value
field MUST NOT begin with a
- U+002D HYPHEN-MINUS character.
+ U+002D HYPHEN-MINUS code unit.
@@ -1944,7 +1944,7 @@
If value is a valid decimal monetary
- value and the first character of value is
+ value and the first code unit of value is
not U+002D HYPHEN-MINUS, then copy
details.total to the