Product: axe-core
Expectation: incorrect deprecation of doc-endnotes (plural), should have been doc-endnote (singular)
doc-biblioentry was correctly marked as deprecated:
|
'doc-biblioentry': { |
|
type: 'listitem', |
|
allowedAttrs: [ |
|
'aria-expanded', |
|
'aria-level', |
|
'aria-posinset', |
|
'aria-setsize' |
|
], |
|
superclassRole: ['listitem'], |
|
deprecated: true |
|
}, |
...however doc-endnotes (plural) was incorrectly marked as deprecated, should have been doc-endnote (singular):
|
'doc-endnotes': { |
|
type: 'landmark', |
|
allowedAttrs: ['aria-expanded'], |
|
superclassRole: ['landmark'], |
|
deprecated: true |
|
}, |
Spec. references:
Impacted PRs and issues:
Product: axe-core
Expectation: incorrect deprecation of
doc-endnotes(plural), should have beendoc-endnote(singular)doc-biblioentrywas correctly marked asdeprecated:axe-core/lib/standards/dpub-roles.js
Lines 29 to 39 in 2c6f028
...however
doc-endnotes(plural) was incorrectly marked asdeprecated, should have beendoc-endnote(singular):axe-core/lib/standards/dpub-roles.js
Lines 96 to 101 in 2c6f028
Spec. references:
doc-endnote(singular): https://www.w3.org/TR/dpub-aria-1.1/#doc-endnotedoc-endnotes(plural): https://www.w3.org/TR/dpub-aria-1.1/#doc-endnotesImpacted PRs and issues: