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:

    -
  1. Optionally, a single U+002D HYPHEN-MINUS character (-), to +
  2. Optionally, a single U+002D HYPHEN-MINUS code unit (-), to indicate that the amount is negative
  3. -
  4. One or more characters in the range U+0030 DIGIT ZERO (0) to +
  5. One or more code units in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)
  6. -
  7. 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 +
  8. 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 @@

    details.total.amount.value.

  • 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