hresume-profile: Difference between revisions
Jump to navigation
Jump to search
JeffMcNeill (talk | contribs) m (corrected typos in embedded links) |
(Links weren't working properly, adjusted to use MediaWiki syntax; add "include" class which is typically used in hResumes, so should be in the profile.) |
||
Line 2: | Line 2: | ||
<dt id='class'>class</dt> | <dt id='class'>class</dt> | ||
<dd> | <dd> | ||
<p> | <p>[http://www.w3.org/TR/html401/struct/global.html#adef-class HTML4 definition of the 'class' attribute.] This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a [http://www.w3.org/TR/WD-htmllink-970328#profile draft of 'Hypertext Links in HTML'].</p> | ||
<dl> | <dl> | ||
<dt id='hresume'>hresume</dt> | <dt id='hresume'>hresume</dt> | ||
Line 11: | Line 11: | ||
<dt id='contact'>contact</dt> | <dt id='contact'>contact</dt> | ||
<dd>Current contact info in an hCard; | <dd>Current contact info in an hCard; {{should}} use 'address' with hCard when possible. Required, single instance allowed.</dd> | ||
<dt id='education'>education</dt> | <dt id='education'>education</dt> | ||
Line 17: | Line 17: | ||
<dt id='experience'>experience</dt> | <dt id='experience'>experience</dt> | ||
<dd>The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the | <dd>The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.</dd> | ||
<dt id='skill'>skill</dt> | <dt id='skill'>skill</dt> | ||
Line 23: | Line 23: | ||
<dt id='affiliation'>affiliation</dt> | <dt id='affiliation'>affiliation</dt> | ||
<dd>The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the | <dd>The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the [http://microformats.org/wiki/include-pattern include pattern] to indicate membership in the organization.</dd> | ||
<dt id='publication'>publication</dt> | <dt id='publication'>publication</dt> | ||
<dd>Just use 'cite'. When there is a citation microformat, then that can be used in combination with the cite element to further markup the components of the citation.</dd> | <dd>Just use 'cite'. When there is a citation microformat, then that can be used in combination with the cite element to further markup the components of the citation.</dd> | ||
<dt id='include'>include</dt> | |||
<dd>On a linking element (e.g. <code><a></code> or <code><object></code>, used to indicate that the linked resource should be logically "included", replacing the link, in accordance with the [http://microformats.org/wiki/include-pattern include pattern].</dd> | |||
</dl> | </dl> | ||
</dd> | </dd> | ||
</dl> | </dl> |
Revision as of 15:44, 23 June 2008
- class
-
HTML4 definition of the 'class' attribute. This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a draft of 'Hypertext Links in HTML'.
- hresume
- A container for the rest of the class names defined in this XMDP profile.
- summary
- The class name summary is used to mark up an overview of qualifications and objectives. Optional, single instance allowed.
- contact
- Current contact info in an hCard; SHOULD use 'address' with hCard when possible. Required, single instance allowed.
- education
- The class name 'education' is applied to an hcalendar event. Optional, multiple hcalendar events allowed within the class.
- experience
- The class name 'experience' is applied to an hCalendar event. Job titles/positions should use an hCard of the organization. Use of the include pattern to indicate title(s) in the organization. Optional, multiple hcalendar events allowed within the class.
- skill
- An hResume may be tagged using the rel-tag microformat and the 'skill' class name. Optional, multiple rel-tags allowed within the class.
- affiliation
- The class name affiliation is used along with an hcard of the organization. Optional, multiple hcard affiliations allowed within the class. Use of the include pattern to indicate membership in the organization.
- publication
- Just use 'cite'. When there is a citation microformat, then that can be used in combination with the cite element to further markup the components of the citation.
- include
- On a linking element (e.g.
<a>
or<object>
, used to indicate that the linked resource should be logically "included", replacing the link, in accordance with the include pattern.