Add role attribute to the extended valid elements config for all elements #14118
odonnella2
started this conversation in
Features and ideas
Replies: 1 comment
-
This makes a lot of sense. I will mark this feature as up-for-grabs so please feel free to contribute with the proposed change! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it?
Role is a global attribute with a focus on providing better web accessibility.
Why?
We have a number of clients focus on maintaining a certain WCAG compliance level. Role attributes will assist in defining elements and relationship on elements entered into the WYSIWYG.
Tech Notes:
Currently Umbraco uses tinymce's extended_valid_elements to enforce specific attributes which override any application specific configurations made. Recommendation is to add
role
to all elements.This request is similar to #10505
Beta Was this translation helpful? Give feedback.
All reactions