Skip to content

fix(listitem): allow li as child of menu#3286

Merged
WilcoFiers merged 2 commits intodevelopfrom
menu-li-fix-3284
Nov 24, 2021
Merged

fix(listitem): allow li as child of menu#3286
WilcoFiers merged 2 commits intodevelopfrom
menu-li-fix-3284

Conversation

@WilcoFiers
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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