[wp-meta] [Making WordPress.org] #7348: The console contains 100 + errors if you have a table with 100 records incorrectt use of <label for=FORM_ELEMENT>
Making WordPress.org
noreply at wordpress.org
Tue Nov 14 11:19:04 UTC 2023
#7348: The console contains 100 + errors if you have a table with 100 records
incorrectt use of <label for=FORM_ELEMENT>
--------------------------------------+-------------------------------
Reporter: psmits1567 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Translate Site & Plugins | Keywords: changes-requested
--------------------------------------+-------------------------------
Every time you open a table containing suggestions, you will notice a
whole lot of errors in you console!!
This is causing a memory problem, and is caused by the discussion module
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.
<label for="feedback_comment">Comment (Optional)
</label>
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7348>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list