• Resolved Paul

    (@paulschiretz)


    Hi,

    Since the WCAG compatibility update in the latest version 2.3.0 your adding a name attribute to the add to wishlist buttons with the text of the button as value, which has nothing to do with WCAG and is simply invalid html. Can we please not do that?

    W3C Nu Html Checker output:

    Bad value Add to wishlist for attribute name on element a: An ID must not contain whitespace.


    <a role=”button” tabindex=”0″ name=”Add to wishlist” aria-label=”Add to wishlist” class=”tin…0″ data-tinv-wl-productvariations=”[0]” data-tinv-wl-producttype=”simple” data-tinv-wl-action=”add”>

    Happend in your last checkin of addtowishlist.class.php line 926 and 927

    All the best,
    Paul

    • This topic was modified 1 year, 9 months ago by Paul.
    • This topic was modified 1 year, 9 months ago by Paul.
    • This topic was modified 1 year, 9 months ago by Paul.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Invalid html since 2.3.0’ is closed to new replies.