Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regionCode attribute #690

Merged
merged 12 commits into from May 16, 2018
20 changes: 10 additions & 10 deletions index.html
Expand Up @@ -2271,8 +2271,8 @@ <h2>
</li>
</ol>
</li>
<li>
<var>details</var>["<a>region</a>"] to <var>region</var>.
<li>Set <var>details</var>["<a>region</a>"] to
<var>region</var>.
</li>
</ol>
</li>
Expand Down Expand Up @@ -2534,12 +2534,12 @@ <h2>
<dfn>[[\regionCode]]</dfn>
</td>
<td>
Either the empty string, or one to three code points that
represent a <a>region</a> as the code element of an
[[!ISO3166-2]] country subdivision name (i.e., the characters
after the hyphen in an ISO3166-2 <a>country subdivision code
element</a>, such as "CA" for the state of California in the
USA, or "11" for the Lisbon district of Portugal).
The empty string, or one to three code points that represent a
<a>region</a> as the code element of an [[!ISO3166-2]] country
subdivision name (i.e., the characters after the hyphen in an
ISO3166-2 <a>country subdivision code element</a>, such as "CA"
for the state of California in the USA, or "11" for the Lisbon
district of Portugal).
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2658,8 +2658,8 @@ <h2>
<dfn>regionCode</dfn> member
</dt>
<dd>
Either the empty string, or one to three code points that represent
a <a>region</a> as the code element of an [[!ISO3166-2]] country
The empty string, or one to three code points that represent a
<a>region</a> as the code element of an [[!ISO3166-2]] country
subdivision name (i.e., the characters after the hyphen in an
ISO3166-2 <a>country subdivision code element</a>, such as "CA" for
the state of California in the USA, or "11" for the Lisbon district
Expand Down