Alternative Stylesheet for Acronym: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
== Solution == | |||
Alternative Stylesheet | === Alternative Stylesheet === | ||
* {{Acronym| acronym=Hi-Tech| def=High Technology}} | * {{Acronym| acronym=Hi-Tech| def=High Technology}} | ||
| Line 21: | Line 21: | ||
Other approach: | === Other approach: add link to the wiki node/page === | ||
* <span title="Personal Knowledge Management" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[[PKM]] (?)</span> | * <span title="Personal Knowledge Management" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[[PKM]] (?)</span> | ||
| Line 29: | Line 29: | ||
; todo | |||
* add link to the wikipedia page | |||
further reading | |||
* [http://enable.nat.gov.tw/document/4_2.jsp 使用abbr及acronym標籤表示網頁中呈現的文字縮寫與簡稱不良設計] | * [http://enable.nat.gov.tw/document/4_2.jsp 使用abbr及acronym標籤表示網頁中呈現的文字縮寫與簡稱不良設計] | ||
* Prokop, Marek (2002). [http://www.sovavsiti.cz/css/abbr.html Styling <abbr> in IE] ''July 8, 2006 access'' | * Prokop, Marek (2002). [http://www.sovavsiti.cz/css/abbr.html Styling <abbr> in IE] ''July 8, 2006 access'' | ||
Revision as of 00:02, 30 November 2007
Problem: (abbreviation, 縮寫) and <acronym>(首字母縮略字) tags/markup was not work at Mediawiki (bug)
- <ACRONYM title="High Technology">Hi-Tech</ACRONYM>
- WWW
| MediaWiki | v.1.6.9 |
Solution
Alternative Stylesheet
- Hi-Tech
<span title="High Technology" class="acronym">Hi-Tech</span>
abbr, acronym, span.abbr, span.acronym {
cursor: help;
border-bottom: 1px dashed #000;
}
Other approach: add link to the wiki node/page
- PKM (?)
<span title="Personal Knowledge Management" class="acronym" style="cursor: help;border-bottom: 1px dashed #000;">[[PKM]] (?)</span>
- todo
- add link to the wikipedia page
further reading
- 使用abbr及acronym標籤表示網頁中呈現的文字縮寫與簡稱不良設計
- Prokop, Marek (2002). Styling in IE July 8, 2006 access
- W3C (1999). HTML 4.01 Specification - 9.2.1 Phrase elements