omeka-s-modules / UriDereferencer

GNU General Public License v3.0
2 stars 3 forks source link

Testing: Linked Data Services #4

Closed jimsafley closed 5 years ago

jimsafley commented 5 years ago

The best way to test this module is to confirm that the handful of services that come with it are working properly. Add an item, and, for each service below, save several resource URIs as Omeka URI values:

Then, on a public site, go to the item and you should see "[+]" next to each URI. Click on this and you should see some dereferenced data about the resource.

mebrett commented 5 years ago

Working through the services, but a note that the [+] does not display in the theme CenterRow, and the styling on the Default theme is a little hard to parse.

mebrett commented 5 years ago

All of them worked as expected. I would recommend we check the public side styling to make sure it's accessible (both in terms of screen readers and information legibility)

jimsafley commented 5 years ago

@kimisgold See Megan's notes above about styling issues on public themes. We probably need to hold off on releasing this module until those are resolved.

kimisgold commented 5 years ago

@jimsafley For some reason, the collapsible content and its toggle aren't appearing in the Center Row theme. I'm having trouble tracking down the cause.

kimisgold commented 5 years ago

The public markup needs aria-controls and aria-expanded attributes on the toggle button, as well as ids on the collapsible content (to relate aria-controls toggles to their content). (Reference)