Posted by
Deepak Dixit-2 on
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-2932-checkoutpayment-XHTML-validation-default-payment-tp208009p208012.html
Hello Eric,
This file need some more markup clean up. like
1) The "name"attribute exists in form element and the name|| attribute
of form elements is formally deprecated, and will be removed in a
subsequent version of XHTML .Use id attribute instead of name.
2) Event attribute is in lower camel case, but according to XHTML all
attribute need to be in lower case.
3) script tag is not in the correct formate.
Thanks & Regards
-----
Deepak Dixit
Eric DE MAULDE (JIRA) wrote:
> [
https://issues.apache.org/jira/browse/OFBIZ-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Eric DE MAULDE updated OFBIZ-2932:
> ----------------------------------
>
> Attachment: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch
>
> This patch modifies
> _ checked into checked="checked"
> _ add " />" at the end of input tag
> _ add a checked default payment : it's the first, EXT_OFFLINE
>
>
>
>> checkoutpayment XHTML validation & default payment
>> --------------------------------------------------
>>
>> Key: OFBIZ-2932
>> URL:
https://issues.apache.org/jira/browse/OFBIZ-2932>> Project: OFBiz
>> Issue Type: Bug
>> Components: specialpurpose/ecommerce
>> Affects Versions: SVN trunk
>> Environment: trunk 814152
>> Reporter: Eric DE MAULDE
>> Fix For: SVN trunk
>>
>> Attachments: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch
>>
>>
>> checkoutpayment.ftl doesn't validate XHTML test
>> More, checkoutpayment hasn't a checked default payment.
>>
>
>