Skip to content

Commit

Permalink
Update rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Dec 28, 2024
1 parent 352e0b2 commit ad50f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| [no-non-scalable-viewport](rules/no-non-scalable-viewport) | Disallow use of `user-scalable=no` in `<meta name="viewport">`. | |
| [no-positive-tabindex](rules/no-positive-tabindex) | Disallow use of positive `tabindex`. | |
| [no-skip-heading-levels](rules/no-skip-heading-levels) | Disallow skipping heading levels | |
| [require-form-method](rules/require-form-method) | Require `title` in `<frame>`, `<iframe>` | |
| [require-form-method](rules/require-form-method) | Require `method` attribute in `<form>` | |
| [require-frame-title](rules/require-frame-title) | Require `title` in `<frame>`, `<iframe>` | |
| [require-img-alt](rules/require-img-alt) | Require `alt` attribute at `<img>` tag ||
| [require-input-label](rules/require-input-label) | Enforces use of label for form elements(`input`, `textarea`, `select`) | |
Expand Down

0 comments on commit ad50f45

Please sign in to comment.