Fórum

Liferay 6.0.6 XHTML last validation error

thumbnail
alex wom, modificado 12 Anos atrás.

Liferay 6.0.6 XHTML last validation error

Regular Member Postagens: 218 Data de Entrada: 04/05/09 Postagens Recentes
Sorry I posted this under another thread in this forum, but I didn't receive any suggestion so I decided to open this new thread, and a JIRA ticket.
My last W3C XHTML+RDFa validator error is (I suppose) in /html/common/portal/layout/view/common.jspf. W3C validator doesn't like
<form action="" id="hrefFm" method="post" name="hrefFm"></form>
it is something like a container filled by javascript in 23 places in portal (I searched hrefFm the code). W3C doesn't like it because it wants some envelope inside form tag like fieldset or span. In this case I have some doubt to put another tag inside because I don't know if the javascript code works again. This error is blocking for W3C validation. We are deploying the Privacy Authority portal and in this case it is necessary W3C validation.
Do you have any suggestion to solve this?
thumbnail
Amos Fong, modificado 12 Anos atrás.

RE: Liferay 6.0.6 XHTML last validation error

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
As far as I know this form is just used to post to a URL. It should be safe to put an empty span tag in it. Maybe you can do a more in depth search in how it's used to make sure and make a recommendation? =)