abbr-design-pattern: Difference between revisions
Jump to navigation
Jump to search
DavidJanes (talk | contribs) (Created page) |
DavidJanes (talk | contribs) |
||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
* [[Main_Page#Design_Patterns|All microformat design patterns]] | |||
* [[datetime-design-pattern]] uses [[abbr-design-pattern]] | * [[datetime-design-pattern]] uses [[abbr-design-pattern]] | ||
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition] | * [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition] |
Revision as of 12:03, 10 October 2005
Abbr design pattern
Purpose
Use the abbr-design-pattern to make text that is human readable also formally machine readable.
How to use it
Description
Discussion
- Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? DavidJanes