diff --git a/spec/intl.html b/spec/intl.html index a8d3c026..0c95e3d5 100644 --- a/spec/intl.html +++ b/spec/intl.html @@ -12,6 +12,10 @@
+ The Intl object has an internal slot, [[FallbackSymbol]], which is a new %Symbol% in the current realm. +
++ The UnwrapNumberFormat abstract operation gets the underlying NumberFormat operation + for various methods which implement ECMA-402 v1 semantics for supporting initializing + existing Intl objects. +
+- This function provides access to the locale and formatting options computed during initialization of the object. + This function provides access to the locale and formatting options computed during initialization of the object. This function initially invokes the internal algorithm UnwrapNumberFormat to get the %NumberFormat% object on which to operate.
The function returns a new object whose properties and attributes are set as if constructed by an object literal assigning to each of the following properties the value of the corresponding internal slot of this NumberFormat object (see