job-title
(Redirected from jobtitle)
Jump to navigation
Jump to search
This article is a stub. You can help the microformats.org wiki by expanding it.
This page is for documenting background / reasoning for using "p-job-title" in h-card instead of "title" from hCard/vCard. Any such renaming should be an exception and not a regular occurence. Thus we must document the background (problems, prior art) for deciding to do so.
Problems with title
- 'title' is overloaded and ambiguous
- 'title' is mostly presentational, when there are other more semantic terms that can and are used.
- E.g. 'name' is often more accurate/precise/semantic, e.g.
- song names - iTunes has "Name" as the header, not "Title"
- blog posts - h-entry has "p-name" since that's what it really is, the name of an article or blog post.
- E.g. 'name' is often more accurate/precise/semantic, e.g.
Prior art for job-title
- The Microsoft vCard object model uses "JobTitle" - camelcased per JS/DOM conventions, microformats naming equivalent is "job-title"
- Explicit consideration and adoption of "jobTitle" (camelcasing for similar reasons) in ContactsAPI ContactProperties interface