Posted by geneticdrift on August 16, 2010 at 11:59am
2 followers
Jump to:
| Project: | Tagging |
| Version: | 6.x-2.4 |
| Component: | UX / GUI / Interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Well eventhough it might be not the perfect 100% RFC conform implementation, i still dont see this as a bug.
Thanks for the report.