rspec/rules/S6822/common/fix.adoc

6 lines
149 B
Plaintext
Raw Normal View History

2024-04-23 14:21:01 +02:00
Remove ARIA role attributes when they are redundant.
[source,html,diff-id=1,diff-type=compliant]
----
<button onClick={handleClick}>OK</button>
----