Skip to content

Commit

Permalink
Update common-form-elements.html
Browse files Browse the repository at this point in the history
lseeman authored Aug 15, 2017
1 parent 88ac3df commit 650db02
Showing 1 changed file with 356 additions and 28 deletions.
384 changes: 356 additions & 28 deletions guidelines/terms/21/common-form-elements.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,360 @@
<dt class="proposed"><dfn>Common form elements</dfn></dt>
<dt class="proposed"><dfn>conventional user interface component</dfn></dt>
<dd class="proposed">

<p class="change">Proposed</p>

<p>
common form elements are defined as the following form elements:
name (corresponds to both first and family),
first name,
family name,
initial,
phone (corresponds to a user phone number),
cell phone,
address 1,
city,
state,
country,
post code,
phone,
credit card,
expiry,
birth date,
day, *month *year,
expiry date,
today's date,
credit card code,
date start,
date end.

</p>

<p class="note">

The Working Group seeks feedback on the lists of terms included in the definition. These lists are likely to change as items are likely to be refined, removed or added.


<strong>Initial</strong> list of conventional user interface components (initial draft for public comment only)
<strong>Conventional names / conventional user interface component for form fields are:</strong>
<dl>

<dt>name</dt>
<dd>full name </dd>
<dt>honorific-prefix</dt>
<dd>prefix or title (Mr., Mrs. Dr., etc.) </dd>
<dt>given-name</dt>
<dd>given or first name </dd>
<dt>additional-name
</dt>
<dd>additional or middle name
</dd>
<dt>additional-name-initial</dt>
<dd>additional or middle name initial
</dd>
<dt>family-name</dt>
<dd>family name, surname, or last name
</dd>
<dt>honorific-suffix
</dt>
<dd>suffix (Jr., II, etc.)
</dd>
<dt>nickname</dt>
<dd>nickname </dd>
<dt>street-address
</dt>
<dd>full street address condensed into one line
</dd>
<dt>address-line1
</dt>
<dd>first line of street address
</dd>
<dt>address-line2
</dt>
<dd>second line of street address
</dd>
<dt>address-line3
</dt>
<dd>third line of street address
</dd>
<dt>city or locality</dt>
<dd>locality or city
</dd>
<dt>area</dt>
<dd>administrative area, state, province, or region
</dd>
<dt>postal-code
</dt>
<dd>postal or ZIP code
</dd>
<dt>country</dt>
<dd>country name
</dd>
<dt>email</dt>
<dd>email address </dd>
<dt>tel</dt>
<dd>full phone number, including country code
</dd>
<dt>tel-country-code
</dt>
<dd>international country code
</dd>
<dt>tel-national
</dt>
<dd>national phone number: full number minus country code
</dd>
<dt>tel-area-code
</dt>
<dd>area code
</dd>
<dt>tel-local
</dt>
<dd>local phone number: full number minus country and area codes
</dd>
<dt>tel-extension
</dt>
<dd>phone extension number
</dd>
<dt>fax</dt>
<dd>full fax number, including country code
</dd>
<dt>fax-country-code
</dt>
<dd>international country code
</dd>
<dt>fax-national
</dt>
<dd>national fax number: full number minus country code
</dd>
<dt>fax-area-code
</dt>
<dd>area code
</dd>
<dt>fax-local
</dt>
<dd>local fax number: full number minus country and area codes
</dd>
<dt>fax-extension
</dt>
<dd>fax extension number
</dd>
<dt>cc-name
</dt>
<dd>full name, as it appears on credit card
</dd>

<dt>cc-number
</dt>
<dd>credit card number
</dd>
<dt>cc-exp-month
</dt>
<dd>month of expiration of credit card
</dd>
<dt>cc-exp-year
</dt>
<dd>year of expiration of credit card </dd>
<dt>cc-exp
</dt>
<dd>date of expiration of credit card </dd>
<dt>cc-csc
</dt>
<dd>credit card security code </dd>
<dt>language</dt>
<dd>preferred language
</dd>
<dt>bday</dt>
<dd>birthday </dd>
<dt>bday-year
</dt>
<dd>year of birthday </dd>
<dt>bday-month
</dt>
<dd>month of birthday
</dd>
<dt>bday-day
</dt>
<dd>day of birthday
</dd>
<dt>topic</dt>
<dd>Topic for the form. Typical selected from a list of reserved words </dd>
<dt>comment</dt>
<dd>comment section. Typicaly a free text field </dd>
<dt>subject</dt>
<dd>form subject. Typicaly a free text field </dd>
<dt>answer</dt>
<dd>answer to a section question </dd>
<dt>org</dt>
<dd>company or organization
</dd>
<dt>organization-title
</dt>
<dd>user's position or title within company or organization
</dd>
<dt>sex
</dt>
<dd>sex or gender
</dd>
<dt>gender</dt>
<dd>gender identity
</dd>
<dt>url</dt>
<dd>Website URL </dd>
<dt>photo</dt>
<dd>photo or avatar
</dd>
<dt>section-*****
</dt>
<dd>used to group forms together </dd>

</dl>


<strong> Conventional names / conventional user interface component for buttons or controls: </strong>
<dl>
<dt>compose</dt>
<dd>compose new item such as an email. </dd>

<dt>next</dt>
<dd>move to the next item in the series </dd>

<dt> delete </dt>
<dd>delete current item, selected control or text </dd>

<dt> previous </dt>
<dd> move to the previous item in the series </dd>

<dt> toc </dt>
<dd> opens a table of content </dd>

<dt> submit </dt>
<dd> submits the form data or request to the server </dd>

<dt> undo </dt>
<dd> revert to the state before the user's most recent changes </dd>

<dt> cancel </dt>
<dd> closes the dialog and discards any changes the user may have made within that dialog </dd>


<dt>reset</dt>
<dd> resets all the controls to their initial values </dd>


<dt> label
</dt>
<dd> add label to the selected item or the item at the current location. </dd>

<dt> buy</dt>
<dd> buy the selected item or buy the item at the current location . Often involves adding the current item into a shopping cart.</dd>

<dt> add </dt>
<dd> add the selected item or the item at the current location to a list</dd>

<dt> move </dt>
<dd> move the selected item</dd>

<dt> save </dt>
<dd>save the current content </dd>

<dt> send </dt>
<dd> send a form, email or request</dd>

<dt> close </dt>
<dd> close current dialog</dd>

<dt> more </dt>
<dd> show more information</dd>

<dt> print </dt>
<dd> print current page, selection or the item at the current location </dd>

<dt> received </dt>
<dd> open received folder</dd>

<dt> sent </dt>
<dd> open sent folder</dd>

<dt> edit </dt>
<dd> edit current item, selection or the item at the current location </dd>

<dt> forward </dt>
<dd> forward to current item such as an email</dd>
<dt> reply </dt>
<dd> reply to current item such as an email</dd>


<dt> upload </dt>
<dd> upload file to the server </dd>

<dt>open </dt>
<dd>open new item </dd>

<dt> new </dt>
<dd> open new item</dd>

<dt> settings </dt>
<dd> open settings and options</dd>

<dt> mode </dt>
<dd> change the mode or functionality </dd>

<dt> higher </dt>
<dd> increases the level of the relevant setting </dd>

<dt>lower </dt>
<dd> increases the level of the relevant setting </dd>

<dt> my profile </dt>
<dd>opens the user’s profile page </dd>

<dt> expand </dt>
<dd> expand or unexpand the current item</dd>


<dt> refresh</dt>
<dd> manually refresh the current contents of the screen </dd>

<dt> properties </dt>
<dd> shows the properties of the item </dd>

<dt> help</dt>
<dd> opens a help function </dd>

<dt> cut</dt>
<dd> removes the selected control, item or text and places it on the Clipboard</dd>

<dt> copy </dt>
<dd> copies the selected control, item or text onto the Clipboard</dd>

<dt> color </dt>
<dd> opens a color picker
</dd>
<dt> date </dt>
<dd> opens a date control </dd>

<dt> remove </dt>
<dd> remove an item from a list
</dd>

<dt>right </dt>
<dd> moves a selected item to the right to another column or list </dd>
<dt>left </dt>
<dd> moves a selected item to the left to another column or list </dd>
</dl>

<strong>Conventional names / conventional user interface component for links are:</strong>
<dl>
<dt> home </dt>
<dd> initial or main page of a website or application</dd>
<dt> contact us </dt>
<dd> opes contact information for content owner or producer </dd>
<dt> our phone </dt>
<dd>phone content owner or producer </dd>
<dt> our email </dt>
<dd> email content owner or producer </dd>
<dt> site map </dt>
<dd> content containing a list of pages in a web site </dd>
<dt> help </dt>
<dd> a help function, support or instructions </dd>
<dt> chat help </dt>
<dd> Human help or a dialog help function such as a chat bot </dd>
<dt> about us </dt>
<dd> information about the content owner or producer </dd>
<dt> terms </dt>
<dd> terms and conditions </dd>
<dt> tools </dt>
<dd> available tools for the current content</dd>
<dt> services </dt>
<dd> services available from the content provider</dd>
<dt> products </dt>
<dd> products available from the content provider</dd>
<dt> comment </dt>
<dd> submit a comment on the current item </dd>
<dt> language </dt>
<dd> language options </dd>
<dt> sign in </dt>
<dd> sign in to current web site or application </dd>
<dt> sign out </dt>
<dd> sign out current web site or application </dd>
<dt> sign up </dt>
<dd> register for the current web site or application </dd>
<dt> social </dt>
<dd>content provider on social media </dd>
<dt> post </dt>
<dd> post current item. Item will be visible to other parties.</dd>
<dl>
</p>
</dd>

0 comments on commit 650db02

Please sign in to comment.