omeka / plugin-SimplePages

Creates individual web pages for an Omeka site using a simple web form. It requires no programming knowledge, but allows users to add HTML markup, PHP code, or to embedding videos and other multimedia objects
http://omeka.org/codex/Plugins/SimplePages
7 stars 12 forks source link

Screen Reader #35

Closed hafizchin closed 4 years ago

hafizchin commented 4 years ago

Hi,

First off all thank you for making this plugin.

Since omeka is committed to making accessible sites, is it possible to replace ">" with <span aria-hidden="true">&nbsp;>&nbsp;</span> in the breadcrumb (as the default value)?

The former makes the screen reader say "greater [TEXT]".

I know that its possible to use any separator (although I'm not sure how to use html since simple_pages_display_breadcrumbs automatically escapes html to text)

Looking forward to your reply.

Regards,

Mo