Socket
Book a DemoInstallSign in
Socket

eslint-plugin-lit-a11y

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-lit-a11y - npm Package Compare versions

Comparing version

to
4.1.0

docs/rules/no-aria-slot.md
# Change Log
## 4.1.0
### Minor Changes
- 76a2e824: added no-aria-slot rule to prevent invalid aria- and role attributes from appearing on slots
## 4.0.0

@@ -4,0 +10,0 @@

1

lib/index.js

@@ -41,2 +41,3 @@ /**

'lit-a11y/no-access-key': 'error',
'lit-a11y/no-aria-slot': 'error',
'lit-a11y/no-autofocus': 'error',

@@ -43,0 +44,0 @@ 'lit-a11y/no-distracting-elements': 'error',

2

package.json
{
"name": "eslint-plugin-lit-a11y",
"version": "4.0.0",
"version": "4.1.0",
"description": "linting plugin for lit-a11y",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -83,26 +83,26 @@ # Linting >> EsLint Plugin Lit A11y >> Overview || -5

- [lit-a11y/accessible-emoji](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/accessible-emoji.md)
- [lit-a11y/alt-text](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/alt-text.md)
- [lit-a11y/anchor-has-content](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/anchor-has-content.md)
- [lit-a11y/anchor-is-valid](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/anchor-is-valid.md)
- [lit-a11y/aria-activedescendant-has-tabindex](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-activedescendant-has-tabindex.md)
- [lit-a11y/aria-attr-valid-value](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-attr-valid-value.md)
- [lit-a11y/aria-attrs](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-attrs.md)
- [lit-a11y/aria-role](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-role.md)
- [lit-a11y/aria-unsupported-elements](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-unsupported-elements.md)
- [lit-a11y/autocomplete-valid](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/autocomplete-valid.md)
- [lit-a11y/click-events-have-key-events](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/click-events-have-key-events.md)
- [lit-a11y/heading-has-content](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/heading-has-content.md)
- [lit-a11y/iframe-title](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/iframe-title.md)
- [lit-a11y/img-redundant-alt](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/img-redundant-alt.md)
- [lit-a11y/mouse-events-have-key-events](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/mouse-events-have-key-events.md)
- [lit-a11y/no-access-key](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-access-key.md)
- [lit-a11y/no-autofocus](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-autofocus.md)
- [lit-a11y/no-distracting-elements](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-distracting-elements.md)
- [lit-a11y/no-invalid-change-handler](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-invalid-change-handler.md)
- [lit-a11y/no-redundant-role](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-redundant-role.md)
- [lit-a11y/role-has-required-aria-attrs](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/role-has-required-aria-attrs.md)
- [lit-a11y/role-supports-aria-attr](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/role-supports-aria-attr.md)
- [lit-a11y/scope](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/scope.md)
- [lit-a11y/tabindex-no-positive](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/tabindex-no-positive.md)
- [lit-a11y/valid-lang](https://github.com/open-wc/open-wc/blob/3dbda1e265c460defdaec5226bad45a3a9acf259/docs/docs/linting/eslint-plugin-lit-a11y/rules/valid-lang.md)
- [lit-a11y/accessible-emoji](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/accessible-emoji.md)
- [lit-a11y/alt-text](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/alt-text.md)
- [lit-a11y/anchor-has-content](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/anchor-has-content.md)
- [lit-a11y/anchor-is-valid](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/anchor-is-valid.md)
- [lit-a11y/aria-activedescendant-has-tabindex](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-activedescendant-has-tabindex.md)
- [lit-a11y/aria-attr-valid-value](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-attr-valid-value.md)
- [lit-a11y/aria-attrs](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-attrs.md)
- [lit-a11y/aria-role](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-role.md)
- [lit-a11y/aria-unsupported-elements](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/aria-unsupported-elements.md)
- [lit-a11y/autocomplete-valid](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/autocomplete-valid.md)
- [lit-a11y/click-events-have-key-events](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/click-events-have-key-events.md)
- [lit-a11y/heading-has-content](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/heading-has-content.md)
- [lit-a11y/iframe-title](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/iframe-title.md)
- [lit-a11y/img-redundant-alt](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/img-redundant-alt.md)
- [lit-a11y/mouse-events-have-key-events](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/mouse-events-have-key-events.md)
- [lit-a11y/no-access-key](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-access-key.md)
- [lit-a11y/no-autofocus](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-autofocus.md)
- [lit-a11y/no-distracting-elements](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-distracting-elements.md)
- [lit-a11y/no-invalid-change-handler](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-invalid-change-handler.md)
- [lit-a11y/no-redundant-role](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/no-redundant-role.md)
- [lit-a11y/role-has-required-aria-attrs](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/role-has-required-aria-attrs.md)
- [lit-a11y/role-supports-aria-attr](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/role-supports-aria-attr.md)
- [lit-a11y/scope](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/scope.md)
- [lit-a11y/tabindex-no-positive](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/tabindex-no-positive.md)
- [lit-a11y/valid-lang](https://github.com/open-wc/open-wc/blob/059d3e469e0a0a23a3933676a91adab5abc31094/docs/docs/linting/eslint-plugin-lit-a11y/rules/valid-lang.md)
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.