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

Does not support <menu> tags #47

Closed
abbott567 opened this issue Nov 2, 2023 · 1 comment
Closed

Does not support <menu> tags #47

abbott567 opened this issue Nov 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request rules engine

Comments

@abbott567
Copy link

Describe the bug

When using a <menu> tag with <li> children, ARC incorrectly flags it as an error.

See:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu

To Reproduce

  1. Test against any menu element. For example:
<menu>
  <li><button id="save">Save for later</button></li>
  <li><button id="share">Share this news</button></li>
</menu>
  1. Run ARC
  2. Observe error:
    List item has no list parent
    Description: The <li> list item elements lack an appropriate <ol> (ordered list) or <ul> (unordered list) parent element.

Version information

  • ARC Toolkit version: 5.6.0
@ferllings ferllings added enhancement New feature or request rules engine labels Nov 2, 2023
@ferllings ferllings self-assigned this Nov 21, 2023
@poorgeek
Copy link
Member

Support for the <menu> tag as a valid parent is included with ARC Toolkit 5.7.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rules engine
Projects
None yet
Development

No branches or pull requests

3 participants