This module renders HTML which only complies to HTML 4. Most of the new Themes are XHTML Strict compatible now, so I believe I'm correct in reporting this as a bug.
Specifically, the bookmark links contain the deprecated attribute TARGET (e.g., target="_blank"), which at this stage of Standards evangelism is probably not appropriate.
Also, there are a lot of span tags wrapped around and inside ul and li tags. This is not semantically correct. I suspect you might be able to use dl/dt/dd tags instead and achieve the desired result? I haven't dissected this example particularly thoroughly.
Furthermore, there are special characters in the anchor and link texts that should be rendered as entities in the page (e.g. & goes to & amp; etc)
I realise this might be considered nit-picking, but it's very simple to implement and would be helpful.
Comments
Comment #1
profix898 commentedMajor update for xbview utilized theme_table to render the output. This should fix the issue.
Comment #2
(not verified) commented