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

Semantically nested lists in BreakoutRoomTab #8927

Closed
Antreesy opened this issue Mar 2, 2023 · 1 comment · Fixed by #8984
Closed

Semantically nested lists in BreakoutRoomTab #8927

Antreesy opened this issue Mar 2, 2023 · 1 comment · Fixed by #8984

Comments

@Antreesy
Copy link
Contributor

Antreesy commented Mar 2, 2023

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
BreakoutRoomItems are <li> elements, and its participants are placed as a <ul> elements right after, while they should be placed inside room item DOM element (see screenshot below):

image

Describe the solution you'd like

<li>
  // Breakout Room Item Code
  <ul>
  // Participant component
  </ul>
</li>

Originally posted by @Antreesy in #8919 (review)

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

Successfully merging a pull request may close this issue.

3 participants