Victor Engmark:
> Hi,
>
> Taking a look at the HTML source of the newest CVS version of Chiba web,
> it looks like the default namespace declaration is missing. Also, should
> the xhtml namespace really use XHTML2? AFAIK, it's not well supported by
> any browsers yet.
My bad (I had specified XHTML2 by mistake), but I found two(?) bugs when
looking around for the cause:
1: Linked stylesheets should be in a "link" element, /not/ "style". See
template "getCSS" in html4.xsl, lines 615 and 617. Bug submitted.
2: Even though the "html" element has declared @xmlns, a lot of other
elements have @xmlns, and some of them are empty. This results in the
markup being displayed as plain text. Example:
<span xmlns="http://www.w3.org/1999/xhtml" id="about">
<a xmlns="" href="XFormsServlet?form=/forms/about.xhtml">About</a>
</span>
I don't know if this is just something I'm doing wrong, so no bug has
been submitted.
Also, maybe the handling of user JS references should be independent of
the Chiba JS? I'd like to be able to use my own JS independent of the
Chiba AJAX functionality.
--
Victor Engmark
"Good programmers need to be both lazy and dumb"
- Philipp Lenssen
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
|