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
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
marcoscaceres committed May 11, 2018
commit cdd18dc0ed74786c8e17a05943454d1f97c413a6
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2400,9 +2400,9 @@ <h2>
<dfn>regionCode</dfn> attribute
</h2>
<p data-link-for="">
Represents the <a>region</a> of the address, but as the code
element of an [[!ISO3166-2]] country subdivision name (e.g., "CA"
for California, USA). When getting, returns the value of the
Represents the <a>region</a> of the address as a code element of an
[[!ISO3166-2]] country subdivision name (e.g., "CA" for California,
USA). When getting, returns the value of the
<a>PaymentAddress</a>'s <a>[[\regionCode]]</a> internal slot.
</p>
</section>
Expand Down