@marko/language-server 1.1.14 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -812,7 +812,6 @@ var tables = {
|
|
|
812
812
|
|
|
813
813
|
// src/service/html/axe-rules/rule-exceptions.ts
|
|
814
814
|
var ruleExceptions = {
|
|
815
|
-
[aria.ariaAllowedAttr]: {},
|
|
816
815
|
[aria.ariaAllowedRole]: { dynamicAttrs: ["role"] },
|
|
817
816
|
[aria.ariaCommandName]: { unknownBody: true, attrSpread: true },
|
|
818
817
|
[aria.ariaDialogName]: { unknownBody: true, attrSpread: true },
|