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(listitem): allow li as child of menu #3286

Merged
merged 2 commits into from
Nov 24, 2021
Merged

Conversation

WilcoFiers
Copy link
Contributor

  • Allow <li> as children of <menu>
  • Refactor, update to more modern check writing style

Closes issue: #3284

@WilcoFiers WilcoFiers requested a review from a team as a code owner November 15, 2021 12:23
@WilcoFiers WilcoFiers changed the title fix(listitem): allow as child of menu fix(listitem): allow li as child of menu Nov 15, 2021
});

it('should fail if the listitem has an incorrect parent', function() {
fixture.innerHTML = '<div><li id="target">My list item</li></div>';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this sort of change makes reviewing just the actual changes tedious

dylanb
dylanb previously approved these changes Nov 17, 2021
@dylanb
Copy link
Contributor

dylanb commented Nov 17, 2021

tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants