Logo
Explore Help
Register Sign In
ishangsf/rspec
2
0
Fork 0
You've already forked rspec
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
rspec/rules/S6811/javascript/rule.adoc

15 lines
394 B
Plaintext
Raw Normal View History

Create rule S6811 (#3858) * Add html to rule S6811 * add html to rule S6811 --------- Co-authored-by: vdiez <vdiez@users.noreply.github.com> Co-authored-by: Victor <victor.diez@sonarsource.com>
2024-04-11 09:30:19 +00:00
include::../common/why.adoc[]
Create rule S6811: DOM elements with ARIA role should only have supported properties (#3244) https://github.com/SonarSource/SonarJS/issues/4244
2023-10-12 14:31:32 +02:00
[source,javascript,diff-id=1,diff-type=noncompliant]
----
<div role="checkbox" aria-chekd={isChecked}>Unchecked</div> {/* Noncompliant: aria-chekd is not supported */}
----
Create rule S6811 (#3858) * Add html to rule S6811 * add html to rule S6811 --------- Co-authored-by: vdiez <vdiez@users.noreply.github.com> Co-authored-by: Victor <victor.diez@sonarsource.com>
2024-04-11 09:30:19 +00:00
include::../common/how.adoc[]
Create rule S6811: DOM elements with ARIA role should only have supported properties (#3244) https://github.com/SonarSource/SonarJS/issues/4244
2023-10-12 14:31:32 +02:00
[source,javascript,diff-id=1,diff-type=compliant]
----
<div role="checkbox" aria-checked={isChecked}>Unchecked</div>
----
Create rule S6811 (#3858) * Add html to rule S6811 * add html to rule S6811 --------- Co-authored-by: vdiez <vdiez@users.noreply.github.com> Co-authored-by: Victor <victor.diez@sonarsource.com>
2024-04-11 09:30:19 +00:00
include::../common/resources.adoc[]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1262ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API