diff --git a/spec/calendar.html b/spec/calendar.html index 89cad8aa5..4d1c5e0bd 100644 --- a/spec/calendar.html +++ b/spec/calendar.html @@ -1349,10 +1349,10 @@

description
- It performs implementation-defined processing to validate that _fields_ (which describes a date or partial date in the built-in calendar identified by _calendar_) is sufficiently complete to satisfy _type_ and not internally inconsistent, and mutates _fields_ into acceptable input for or by merging data that can be represented in multiple forms into standard properties and removing redundant properties (for example, merging *"month"* and *"monthCode"* into *"month"* and merging *"era"* and *"eraYear"* into *"year"*). + It performs implementation-defined processing to validate that _fields_ (which describes a date or partial date in the built-in calendar identified by _calendar_) is sufficiently complete to satisfy _type_ and not internally inconsistent, and mutates _fields_ into acceptable input for or by merging data that can be represented in multiple forms into standard fields and removing redundant fields (for example, merging [[Month]] and [[MonthCode]] into [[Month]] and merging [[Era]] and [[EraYear]] into [[Year]]).
-

The operation throws a *TypeError* exception if the fields of _fields_ are insufficient to identify a unique instance of _type_ in the calendar (e.g., when at least one field in each combination capable of determining some part of its data is ~unset~) or a *RangeError* exception if the fields of _fields_ are internally inconsistent within the calendar (e.g., when redundant properties such as *"month"* and *"monthCode"* are both present but with conflicting data). For example:

+

The operation throws a *TypeError* exception if the fields of _fields_ are insufficient to identify a unique instance of _type_ in the calendar (e.g., when at least one field in each combination capable of determining some part of its data is ~unset~) or a *RangeError* exception if the fields of _fields_ are internally inconsistent within the calendar (e.g., when redundant fields such as [[Month]] and [[MonthCode]] are both not ~unset~ but with conflicting data). For example: