Feature Request: use WCAG compatible tags #7318
Replies: 3 comments
-
|
Anyone interessed in a quick fix for this would be: Something like it to just get |
Beta Was this translation helpful? Give feedback.
-
|
I also came up with this idea, to not parse the content inside the mark, but afterwards on updating to the content db like: |
Beta Was this translation helpful? Give feedback.
-
Extra Use CaseUsing Originally posted by @YellowPhoenix18 in #7303 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
One of our application is currently being assest to be WCAG 2.2 AA complient.
One of the main issues is that a lot of text is being set as
<em>and<strong>, because users just use that to do whatever.But for screenreaders, most of the times, em and strong gets speaking out EMPEZIEDS adn STRONG.
Normally, you would use
<em>to surround one word, and<i>to surround a whole line of text.How cool would it be to support that?
The combination of using
<em>and<i>or at least pro-activly sharing the differences and how to implement it.Use Case
At least add context in the docs for this feature, because I think it is not so hard to do and should be pointed out more to developers / users.
So when I type:
It would be correct.
When I type
Would also be correct.
In the end, IMO, it would be considered a good pratice to make
<b>and<i>tags the standard.I would love some feedfback on this idea
Type
New feature
Beta Was this translation helpful? Give feedback.
All reactions