Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0.5
-
None
Description
Form generates invalid xhtml 1.0 strict - it
puts "name" attribute to the "form" tag and that is invalid.
' <form name="loginForm" id="loginForm" method="post" ...'
P.S. these are the first 2 lines of my Layout component:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
Attachments
Issue Links
- is cloned by
-
TAP5-1282 Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
- Closed