@marko/language-server 1.1.13 → 1.1.15
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.js
CHANGED
|
@@ -822,7 +822,6 @@ var tables = {
|
|
|
822
822
|
|
|
823
823
|
// src/service/html/axe-rules/rule-exceptions.ts
|
|
824
824
|
var ruleExceptions = {
|
|
825
|
-
[aria.ariaAllowedAttr]: {},
|
|
826
825
|
[aria.ariaAllowedRole]: { dynamicAttrs: ["role"] },
|
|
827
826
|
[aria.ariaCommandName]: { unknownBody: true, attrSpread: true },
|
|
828
827
|
[aria.ariaDialogName]: { unknownBody: true, attrSpread: true },
|