Skip to content

DPUB ARIA 1.1 - incorrect deprecation of doc-endnotes (plural), should have been doc-endnote (singular) #3372

@danielweck

Description

@danielweck

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:


axe-core version: 4.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixBug fixesstandardsIssues in the ARIA standards objects (lib/standards)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions