eslint-plugin-smarthr
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.3.16](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.15...v0.3.16) (2023-12-30) | ||
### Features | ||
* a11y-delegate-element-has-role-presantation を追加 ([#92](https://github.com/kufu/eslint-plugin-smarthr/issues/92)) ([c211ffb](https://github.com/kufu/eslint-plugin-smarthr/commit/c211ffb7e698d010ca639d0bdda9ea82cb31033a)) | ||
### [0.3.15](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.14...v0.3.15) (2023-11-29) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "eslint-plugin-smarthr", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"author": "SmartHR", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,2 +9,3 @@ const { generateTagFormatter } = require('../../libs/format_styled_components'); | ||
'RadioButton$': 'RadioButton$', | ||
'RadioButtonPanel$': 'RadioButtonPanel$', | ||
'Check(b|B)ox$': 'CheckBox$', | ||
@@ -11,0 +12,0 @@ 'Combo(b|B)ox$': 'ComboBox$', |
# smarthr/a11y-input-has-name-attribute | ||
- input, textarea, select に name 属性を設定することを強制するルールです。 | ||
- input は name を設定することでブラウザの補完機能が有効になる可能性が高まります。 | ||
- input, textarea, select など入力要素に name 属性を設定することを強制するルールです。 | ||
- 入力要素は name を設定することでブラウザの補完機能が有効になる可能性が高まります。 | ||
- 補完機能はブラウザによって異なるため、補完される可能性が上がるよう、name には半角英数の小文字・大文字と一部記号(`_ , [, ]`)のみ利用可能です。 | ||
@@ -6,0 +6,0 @@ - input[type="radio"] は name を適切に設定することでラジオグループが確立され、キーボード操作しやすくなる等のメリットがあります。 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264269
77
4342