Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lhttech

    (@lhttech)

    Here is the wocommerce status https://pastebin.com/VdH207uF
    Thread Starter lhttech

    (@lhttech)

    Sorry for the delay had to have some downtime to debug.

    I also tried updating to the latest 2.2.8 with the same results of not being able to purchase a shipping label so it was rolled back to 2.2.5 for the time being.

    Here is the output of the dev console:

    Output from dev tools console:

    A form field element should have an id or name attribute
    A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form.

    To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.

    8 resources
    Learn more: The form input element

    Deprecated feature used
    Unload event listeners are deprecated and will be removed.

    1 source
    index.js?ver=ed4a4ae…:1
    Learn more: Check the feature status page for more details.

    Incorrect use of
    The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

    To fix this issue, make sure the label's for attribute references the correct id of a form field.

    29 resources
    Learn more: The label elements

    Incorrect use of
    The label's for attribute refers to a form field by its name, not its id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

    To fix this issue, refer to form fields by their id attribute.

    2 resources
    Learn more: HTML Standard

    A isn't associated with a form field.

    To fix this issue, nest the in the or provide a for attribute on the that matches a form field id.

    30 resources
    Learn more: The label elements

    Console view from V2.2.5 ony has one difference:

    Incorrect use of
    The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

    To fix this issue, make sure the label's for attribute references the correct id of a form field.

    13 resources

    So v 2.2.5 has 15 Errors

    V 2.2.6 onwards has 31 errors.

Viewing 2 replies - 1 through 2 (of 2 total)