Title | Underline element on links to non-existing pages is invalid XHTML 1.0 Strict |
Date | 07-Feb-2005 15:24:52 EET |
Version | 2.1.134 |
Submitter | Per |
Bug criticality | LightBug |
Browser version | - |
Bug status | ClosedBug |
PageProvider used | - |
Servlet Container | - |
Operating System | - |
URL | - |
Java version | - |
The <u> element that is used to underline titles for non-existing pages is not valid XHTML 1.0 Strict or XHTML 1.1. Currently, it's the only invalid item on my site.
Better use something like <span class="nopage">Title of non-existing page</span> with a corresponding entry in the CSS. It's also easier to customise in the templates.
True. We're aiming for XHTML 1.0 Transitional at the moment, so this is not a big issue... Could someone collect a list of things that are conflicting with XHTML 1.0 Strict?
On the other hand, it seems easy to change. And since templates may need to be changed too, better change it sooner than later.
I will report similar things when I find them, or create a list.
-- Per
Yes please, I'd rather change everything in one go instead of tinkering with one thing after another.
Changed for 2.2.13. No longer uses <u>, but <a class="editpage">.