Skip to content

Commit

Permalink
chore: trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 18, 2024
1 parent e1f6425 commit e5047b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ consent.
sendGiftToAddress(contacts[0].address);
}

// Fallback to a form.
// Fallback to a form.
});
</pre>

Expand Down Expand Up @@ -210,7 +210,7 @@ A <dfn>user contact</dfn> consists of:
unique [=physical address=] of the user.
* <dfn for="user contact">icons</dfn>, a [=list=] of {{Blob}}s, each [=list/item=] representing a unique image of the
user.

NOTE: An icon {{Blob}}'s {{Blob/type}} is an [=image mime type=].

</div>
Expand Down Expand Up @@ -315,7 +315,7 @@ The {{ContactAddress}} interface represents a [=physical address=].

The <dfn attribute>organization</dfn> attribute's getter must return the [=this=]'s
[=ContactAddress/address=]' [=physical address/organization=].

The <dfn attribute>phone</dfn> attribute's getter must return the [=this=]'s
[=ContactAddress/address=]' [=physical address/phone number=].

Expand Down Expand Up @@ -444,7 +444,7 @@ interface ContactsManager {
[=user contact=]s whether the user opted out from sharing some information or if the
information was not present to begin with.

* The UI MUST make it clear which information will be shared.
* The UI MUST make it clear which information will be shared.
* The UI MUST provide a way to select individual contacts. If |allowMultiple| is false, only one
contact should be pickable.
* The UI MUST provide an option to cancel/return without sharing any contacts, in which case
Expand Down

0 comments on commit e5047b8

Please sign in to comment.