Foren

Liferay 6.0.6 XHTML last validation error

thumbnail
alex wom, geändert vor 12 Jahren.

Liferay 6.0.6 XHTML last validation error

Regular Member Beiträge: 218 Beitrittsdatum: 04.05.09 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: Liferay 6.0.6 XHTML last validation error

Liferay Legend Beiträge: 2047 Beitrittsdatum: 07.10.08 Neueste Beiträge
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? =)