Bug 34543

Summary: Content block accessibility helpers
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: claire.hernandez, dcook
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 23003    

Description Martin Renvoize 2023-08-16 13:01:32 UTC
With the ability to enter almost anything into the HTML Content blocks, and especially the WYSIWYG editor used.. it's very, very easy to break the accessibility of your OPAC.

We should look into options for hinting at correct headings level start point in the editor and perhaps add options for adding simple styled blocks that conform to Koha best practices (Like the use of page-sections in intranet blocks for example)
Comment 1 Martin Renvoize 2023-08-16 13:07:19 UTC
TinyMCE actually have an accessability checker tool.. though it looks like a premium plugin to me.. likely licensed?

https://www.tiny.cloud/docs/tinymce/6/a11ychecker/
Comment 2 David Cook 2023-08-16 23:34:54 UTC
It's an interesting idea. 

I've been adding element/attribute filtering to the HTML Content blocks, so the UI for this is certainly on my mind these days...