diff --git a/spec.html b/spec.html index 40395d6..c7d9b51 100644 --- a/spec.html +++ b/spec.html @@ -141,7 +141,7 @@

InsertUnicodeExtension( _locale_, _extension_ )

The InsertUnicodeExtension abstract operation inserts _extension_, which must be a Unicode locale extension sequence, into _locale_, which must be a String value with a structurally valid and canonicalized BCP 47 language tag. The following steps are taken:

- The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. + The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar.

@@ -164,7 +164,7 @@

InsertUnicodeExtension( _locale_, _extension_ )

Intl.Locale( _tag_ [, _options_] )

- The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. + The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. When the *Intl.Locale* function is called with an argument _tag_ and an optional argument _options_, the following steps are taken:

@@ -314,7 +314,7 @@

Intl.Locale.prototype.toString ()

get Intl.Locale.prototype.baseName

-

`Intl.Locale.prototype.baseName` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

+

`Intl.Locale.prototype.baseName` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

1. Let _loc_ be the *this* value. 1. If Type(_loc_) is not Object or _loc_ does not have an [[InitializedLocale]] internal slot, then @@ -394,7 +394,7 @@

get Intl.Locale.prototype.numberingSystem

get Intl.Locale.prototype.language

-

`Intl.Locale.prototype.language` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

+

`Intl.Locale.prototype.language` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

1. Let _loc_ be the *this* value. 1. If Type(_loc_) is not Object or _loc_ does not have an [[InitializedLocale]] internal slot, then @@ -407,7 +407,7 @@

get Intl.Locale.prototype.language

get Intl.Locale.prototype.script

-

`Intl.Locale.prototype.script` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

+

`Intl.Locale.prototype.script` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

1. Let _loc_ be the *this* value. 1. If Type(_loc_) is not Object or _loc_ does not have an [[InitializedLocale]] internal slot, then @@ -421,7 +421,7 @@

get Intl.Locale.prototype.script

get Intl.Locale.prototype.region

-

`Intl.Locale.prototype.region` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

+

`Intl.Locale.prototype.region` is an accessor property whose set accessor function is *undefined*. The following algorithm refers to UTS 35's Unicode Language and Locale Identifiers grammar. Its get accessor function performs the following steps:

1. Let _loc_ be the *this* value. 1. If Type(_loc_) is not Object or _loc_ does not have an [[InitializedLocale]] internal slot, then