Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to warn that structures not following the Required Context Role #816

Open
YusukeHirao opened this issue Apr 16, 2023 · 0 comments
Open
Labels
Bug Specs HTML/SVG specs from Living Standard and W3C v3.x Old Version

Comments

@YusukeHirao
Copy link
Member

  • Markuplint version: 3.7.1
  • Parser lang: HTML or JSX and more...
  • Node.js version: 18.x

Related

Describe the bug

Code Example

<div role="table">
  <div role="rowgroup">
    <div role="row">
      <div role="gridcell"></div>
    </div>
  </div>
</div>

The current behavior

No warning

The expected behavior

gridcell is incorrect, cell is correct.

@YusukeHirao YusukeHirao added Bug Specs HTML/SVG specs from Living Standard and W3C v3.x Old Version labels Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Specs HTML/SVG specs from Living Standard and W3C v3.x Old Version
Projects
None yet
Development

No branches or pull requests

1 participant