-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Needs Accessibility FeedbackNeed input from accessibilityNeed input from accessibility[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
If you add a Search block into a Navigation block, the resultant markup is incorrect. The Search block should be rendered inside a <li>
.
Steps to reproduce:
- Create a new post
- Insert a Navigation block
- Insert a Search block into the Navigation block
- Preview the post and inspect the markup
Expected result:
The <form>
should be inside a <li>
.
Actual result:
The <form>
is inside the <ul>
.
Metadata
Metadata
Assignees
Labels
Needs Accessibility FeedbackNeed input from accessibilityNeed input from accessibility[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended