掲示板

Liferay 6.0.6 XHTML last validation error

thumbnail
12年前 に alex wom によって更新されました。

Liferay 6.0.6 XHTML last validation error

Regular Member 投稿: 218 参加年月日: 09/05/04 最新の投稿
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
12年前 に Amos Fong によって更新されました。

RE: Liferay 6.0.6 XHTML last validation error

Liferay Legend 投稿: 2047 参加年月日: 08/10/07 最新の投稿
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? =)