No errors or warnings found for heading descendants of ARIA buttons · Issue #2083 · validator/validator · GitHub
Skip to content

No errors or warnings found for heading descendants of ARIA buttons #2083

@HadleyLuker

Description

@HadleyLuker

Spec URL

https://w3c.github.io/html-aria/#index-aria-button

Test case

<div role="button">
  <h1>Lorem ipsum</h1>
</div>

<div role="button">
  <h2>Dolor sit</h2>
</div>

<div role="button">
  <h3>Amet consectetur</h3>
</div>

<div role="button">
  <h4>Adipiscing elit</h4>
</div>

<div role="button">
  <h5>Sed do</h5>
</div>

<div role="button">
  <h6>Eiusmod tempor</h6>
</div>

<div role="button">
  <div role="heading" aria-level="1">Incididunt ut</div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions