Duplicated ID's
-
Some warnings are being displayed at my test site:
Warning: DOMElement::setIdAttribute(): ID _wpnonce already defined in /home/ditempuf/public_html/fabulari/wp-content/plugins/wp-typography/vendor/Masterminds/HTML5/Parser/DOMTreeBuilder.php on line 424
Warning: DOMElement::setIdAttribute(): ID user_login already defined in /home/ditempuf/public_html/fabulari/wp-content/plugins/wp-typography/vendor/Masterminds/HTML5/Parser/DOMTreeBuilder.php on line 424
Warning: DOMElement::setIdAttribute(): ID wp-submit already defined in /home/ditempuf/public_html/fabulari/wp-content/plugins/wp-typography/vendor/Masterminds/HTML5/Parser/DOMTreeBuilder.php on line 424
First I brought the issue to the authors of wp-typography, another plugin that seem to be conflicting with Membership 2.
The answer they gave me was that “The same ID’s are being used by the plugin in both the registration and the login sections. This is a violation of the HTML specification. Although browsers are forgiving, DOM parsers are not.”
I thought it would be useful for you to know it.
The topic ‘Duplicated ID's’ is closed to new replies.