Skip to content

Commit

Permalink
fix typo and copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 23, 2018
1 parent 8f9c82d commit ef9c30d
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2802,106 +2802,107 @@ <h2>
</dt>
<dd>
Denotes that the <a>address line</a> has a validation error. In the
user agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
user agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">addressLine</a> attribute's value.
</dd>
<dt>
<dfn>cityError</dfn> member
</dt>
<dd>
Denotes that the <a>city</a> has a validation error. In the user
agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for="PaymentAddress">city</a>
attribute's value.
agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">city</a> attribute's value.
</dd>
<dt>
<dfn>countryError</dfn> member
</dt>
<dd>
Denotes that the <a>country</a> has a validation error. In the user
agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">country</a> attribute's value.
</dd>
<dt>
<dfn>dependentLocalityError</dfn> member
</dt>
<dd>
Denotes that the <a>dependent locality</a> has a validation error.
In the user agent's UI, this corresponds to input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
In the user agent's UI, this member corresponds to the input field
that provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">dependentLocality</a> attribute's value.
</dd>
<dt>
<dfn>languageCodeError</dfn> member
</dt>
<dd>
Denotes that the <a>language code</a> has a validation error. In
the user agent's UI, this corresponds to input field that provided
the <a>PaymentAddress</a>'s <a data-link-for=
the user agent's UI, this member corresponds to the input field
that provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">languageCode</a> attribute's value.
</dd>
<dt>
<dfn>organizationError</dfn> member
</dt>
<dd>
Denotes that the <a>organization</a> has a validation error. In the
user agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
user agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">organization</a> attribute's value.
</dd>
<dt>
<dfn>phoneError</dfn> member
</dt>
<dd>
Denotes that the <a>phone number</a> has a validation error. In the
user agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for="PaymentAddress">phone</a>
attribute's value.
user agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">phone</a> attribute's value.
</dd>
<dt>
<dfn>postalCodeError</dfn> member
</dt>
<dd>
Denotes that the <a>postal code</a> has a validation error. In the
user agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
user agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">postalCode</a> attribute's value.
</dd>
<dt>
<dfn>recipientError</dfn> member
</dt>
<dd>
Denotes that the <a>recipient</a> has a validation error. In the
user agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
user agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">addressLine</a> attribute's value.
</dd>
<dt>
<dfn>regionError</dfn> member
</dt>
<dd>
Denotes that the <a>region</a> has a validation error. In the user
agent's UI, this corresponds to input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
agent's UI, this member corresponds to the input field that
provided the <a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">region</a> attribute's value.
</dd>
<dt>
<dfn>regionCodeError</dfn> member
</dt>
<dd>
Denotes that the region code representation of the <a>region</a>
has a validation error. In the user agent's UI, this corresponds to
input field that provided the <a>PaymentAddress</a>'s
<a data-link-for="PaymentAddress">regionCode</a> attribute's value.
has a validation error. In the user agent's UI, this member
corresponds to the input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">regionCode</a> attribute's value.
</dd>
<dt>
<dfn>sortingCodeError</dfn> member
</dt>
<dd>
The <a>sorting code</a> has a validation error. In the user agent's
UI, this corresponds to input field that provided the
UI, this member corresponds to the input field that provided the
<a>PaymentAddress</a>'s <a data-link-for=
"PaymentAddress">sortingCode</a> attribute's value.
</dd>
Expand Down

0 comments on commit ef9c30d

Please sign in to comment.