Ticket #35 (commit enhancement)
CSS-driven link tails
| Reported by: | dartar | Owned by: | DarTar |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3 |
| Component: | layout | Version: | 1.1.6.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by DarTar) (diff)
Wikka currently gives admins the option to configure a specific tail for external links in the configuration file. The tail is currently rendered through a <span> that displays the tail as configured in the config file. It would make more sense IMO (especially as soon as we allow multiple CSS stylesheets) to render it through an a.ext:after selector. Tails are part of presentation, not content, and they should consequently be handled by CSS. Furthermore, at the moment only external links have a dedicated class and tail. If the link parser is modified, dedicated classes, titles and tails could be given to specific kinds of link.