Hi,
I searched through the mailing list and the last thread on this topic
seems to date back to 2006. First, I'd like to know what the expected
doctype is, is it XHTML 1.0 Transitional, XHTML 1.0 Strict, or something
else?
Also, the best reference I've seen for using Layout components to
structure a site is along the lines of having a Layout.tml start with a
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
tag, then all Templates using it also starting with <html
t:type="Layout"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">. HTML
Validation complains about nested <html> tags.
Complaints for invalid attributes (like the ones for tapestry
components, ie beaneditform -> include, add, reorder, etc.) I'm assuming
should be ignored as they are vital to the framework.
So I guess I'm partly wondering if W3C HTML Validation is achievable, or
if I need to learn to distinguish the exceptions from my own issues?
I've got some CSS and HTML bugs I need to work through and the Web
Design people helping me are throwing a fuss about the HTML and so on.
Thanks,
Rich
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org