diff --git a/spec/abstractops.html b/spec/abstractops.html index 817bbcaab..2e2188f6c 100644 --- a/spec/abstractops.html +++ b/spec/abstractops.html @@ -1012,8 +1012,8 @@
- Several operations in this section are intended to parse RFC 9557 strings representing a date, a time, a duration, or a combined date and time. - For the purposes of these operations, a valid RFC 9557 string is defined as a string that can be generated by one of the goal elements of the following grammar. + Several operations in this section are intended to parse strings representing a date, a time, a duration, or a combined date and time. + For the purposes of these operations, a valid ISO 8601 / RFC 9557 string is defined as a string that can be generated by one of the goal elements of the following grammar.
This grammar is adapted from the ABNF grammar of ISO 8601 that is given in appendix A of RFC 3339, augmented with the grammar of annotations in section 4.1 of RFC 9557
@@ -1577,7 +1577,7 @@
[...]
- As a special case when parsing RFC 9557 strings which are only required to specify time zone offsets to minutes precision, if _matchBehaviour_ is ~match minutes~, then a value for _offsetNanoseconds_ that is rounded to the nearest minute will be accepted in those cases where _offsetNanoseconds_ is compared against _timeZone_'s offset. + As a special case when parsing ISO 8601 / RFC 9557 strings which are only required to specify time zone offsets to minutes precision, if _matchBehaviour_ is ~match minutes~, then a value for _offsetNanoseconds_ that is rounded to the nearest minute will be accepted in those cases where _offsetNanoseconds_ is compared against _timeZone_'s offset. If _matchBehaviour_ is ~match exactly~, then this does not happen.
@@ -1045,7 +1045,7 @@