Make forms XHTML 1.1 valid

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Ryan Williams
Posts: 43
Joined: Tue Nov 14, 2006 2:27 pm

Make forms XHTML 1.1 valid

Post by Ryan Williams »

At the moment the form HTML the buttons in WeBuilder output is often invalid. Some efforts need to be made to make these (and any other things that aren't validate) adhere to the doctype or global WeBuilder setting for XHTML 1.1.

For example, if you create a <form> element it puts method="POST". This is not XHTML 1.1 valid because it must be lower case, thus reading as method="post".

I'd consider this a borderline bug.
Post Reply