diff --git a/common/script/aria.js b/common/script/aria.js index 67d6a6270..36b98c45e 100644 --- a/common/script/aria.js +++ b/common/script/aria.js @@ -479,13 +479,11 @@ function ariaAttributeReferences() { var property = sortedList[k]; var req = ""; var dep = ""; + if (property.deprecated) + continue; if (property.required) { req = " (required)"; } - if (property.deprecated) { - dep = - " (deprecated on this role in ARIA 1.2)"; - } if (prev != property.name) { output += "
  • "; if (property.is === "state") {