|
|
OK, I have noticed some HTML tag attributes that are not surrounded by
double quotes:
framework/src/org/apache/tapestry/html/ExceptionDisplay.html:
43: <tr> <td colspan=2> </td> </tr>
52: <td colspan=2>
Under contrib/src/org/apache/tapestry/contrib/:
table/components/inserted/SimpleTableColumnComponent.html:
6: <table border=0 cellspacing=0 cellpadding=0 align="center">
table/components/inserted/SimpleTableColumnFormComponent.html:
6: <table border=0 cellspacing=0 cellpadding=0 align="center">
inspector/ShowSpecification.html:
4: <tr valign=top>
40: <th colspan=4>Formal Parameters</th>
62: <th colspan=2>Informal Parameters</th>
80: <th colspan=2>Assets</th>
99: <th colspan=2>Properties</th>
117: <th colspan=3>Helper Beans</th>
141: <th colspan=2>Embedded Components</th>
inspector/Selector.html:
4: <tr valign=center>
inspector/ShowEngine.html:
6: <th colspan=2>Engine/Application Properties</th>
inspector/ViewTabs.html:
3: <table border=0 cellpadding=0 cellspacing=2>
Markus
On Wed, 3 Nov 2004 16:03:37 -0600, David Solis <h.jr72xeofj9u@xxxxxxxxx> wrote:
> Can you describe which problems?
>
>
>
>
> On Tue, 2 Nov 2004 23:50:48 -0800, Chris Conrad <cconrad@xxxxxxxxxxxxxx>
> wrote:
> > I'm looking into using Tapestry for a little project I'm working on and
> > I've found that in version 3.0 there are some issues with XHTML strict
> > support. Many of the components I've tried emit valid XHTML, but the
> > form components have some problems. Is there a plan within the
> > Tapestry community to bring Tapestry components into compliance with
> > the XHTML standards?
> >
> > --Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
|
|