You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Robert Hannebauer (JIRA)" <ta...@jakarta.apache.org> on 2005/10/05 11:35:48 UTC

[jira] Commented: (TAPESTRY-240) XHTML 1.0 Strict compliance

    [ http://issues.apache.org/jira/browse/TAPESTRY-240?page=comments#action_12331367 ] 

Robert Hannebauer commented on TAPESTRY-240:
--------------------------------------------

The Form component generates an attribute "name" but the xhtml validator complains about an unknown attribute.

Error  Line 53 column 53: there is no attribute "name".
<form method="post" action="/test/app" name="Form" id="Form">


> XHTML 1.0 Strict compliance
> ---------------------------
>
>          Key: TAPESTRY-240
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-240
>      Project: Tapestry
>         Type: Improvement
>   Components: Contrib, Framework
>     Versions: 4.0
>     Reporter: Markus Wiederkehr
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0
>  Attachments: xhtml-1.patch
>
> I think the Tapestry components should generate valid XHTML 1.0 Strict. Components that generate XHTML can still be used to build HTML 4.01 pages, so XHTML 1.0 Strict seems to be the best choice.
> Currently there are the following XHTML issues with Tapestry:
> *) some tag attributes are not quoted properly. For example <td
> colspan=2> instead of <td colspan="2">.
> *) some attributes are no longer supported in XHTML 1.0 Strict. For
> example the img tag no longer has a border attribute. This
> affects the border parameter of the Image component as well. People who
> create HTML 4.01 pages can easily remove the border using Cascading Style Sheets.
> *) some tag attributes have changed. For example <script language=...> has
> been replaced by <script type=...>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org