vue-a11y/eslint-plugin-vuejs-accessibility

Rule Proposal:"<strong>" and "<em>" tags should be used

snowbabykang opened this issue · 1 comments

I want to add aria-hidden to the <i>; or replace <i> with <em>;And replace <b> with <strong>

Additional context

Our company uses Sonar to monitor code quality,sonar always tells us the following
image

As per the Sonar Documentation, this rule mentioned above is now deprecated. Sonar also have not referenced any other rule to be used in place of this. Therfore, maybe we can close this rule proposal for now.

Sonar-html-deprecated-rule