You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Any element on a page must have a unique ID. This issue appears when items on a page both have the same ID, typically from embeds or other generated templates that can be repeated.
This particular issue is present on the Item Embed on the controls for an item: zoom in, zoom out, home, and fullscreen.
Solution
Remove IDs for zoom controls and replace with classes. Adjust any relevant code that referred to these IDs to refer to the classes instead. This will fix the accessibility issue when multiple Item Embeds are on the same page.
Description
Any element on a page must have a unique ID. This issue appears when items on a page both have the same ID, typically from embeds or other generated templates that can be repeated.
This particular issue is present on the Item Embed on the controls for an item: zoom in, zoom out, home, and fullscreen.
Solution
Remove IDs for zoom controls and replace with classes. Adjust any relevant code that referred to these IDs to refer to the classes instead. This will fix the accessibility issue when multiple Item Embeds are on the same page.
Related Issue
exhibits-library-cornell-edu#428
The text was updated successfully, but these errors were encountered: