The id attribute must be unique in an HTML document.
This is a common violation that browsers tolerate but still it is not a valid markup.
Found two instances where the id attribute should be changed to class attribute:
1. tagging-[vid] in theme_tagging_suggestions_list()
2. tagging-widget-container in theme_tagging_widget_wrapper()
and of course in the css file.
Comments
Comment #1
eugenmayer commentedWell eventhough it might be not the perfect 100% RFC conform implementation, i still dont see this as a bug.
Thanks for the report.