VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: 2dmaster on March 24, 2016, 13:20:08 PM

Title: w3c check Demo.virtuemart.net Important
Post by: 2dmaster on March 24, 2016, 13:20:08 PM
so bad w3c :: :-[
main https://validator.w3.org/check?uri=http%3A%2F%2Fdemo.virtuemart.net%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices
cart https://validator.w3.org/check?uri=http%3A%2F%2Fdemo.virtuemart.net%2Fcart&charset=%28detect+automatically%29&doctype=Inline&group=0

https://validator.w3.org/nu/?doc=http%3A%2F%2Fdemo.virtuemart.net%2Fcustomfield-string-image-variants-detail

pls fix it !!!
Title: Re: w3c check Demo.virtuemart.net Important
Post by: Studio 42 on March 25, 2016, 01:56:31 AM
Some are no real errors, this depend the doc type, if you do it XHTML valid, then this are in some case not valid HTML5.
A simple example is border="0", color ..

BUt the real are here in input quantity  init="1" step="1".
This are never valid, included in html5. It's so simple to use data-init, data-step,data-max, ...
Alt="some text" in input(only valid for image) was never valid but title is right most time.

Title: Re: w3c check Demo.virtuemart.net Important
Post by: GJC Web Design on March 25, 2016, 21:47:03 PM
I agree.. in a perfect world...  but the majority are completely un-important

you can always go thru and post here your suggested corrections
Title: Re: w3c check Demo.virtuemart.net Important
Post by: Milbo on March 27, 2016, 03:12:51 AM
Quote from: Studio 42 on March 25, 2016, 01:56:31 AM
BUt the real are here in input quantity  init="1" step="1".
This are never valid, included in html5. It's so simple to use data-init, data-step,data-max, ...
Alt="some text" in input(only valid for image) was never valid but title is right most time.

Yeh right, we can change this after releasing vm3.2