collectives icon indicating copy to clipboard operation
collectives copied to clipboard

"New collective" <button> element inside <ul>

Open viktorix opened this issue 1 year ago • 0 comments

Describe the bug "New collective" <button> element is inside <ul>, which it shouldn't be as HTM5 spec doesn't allow it:

Permitted content: Zero or more <li><script> and <template> elements.

To Reproduce Steps to reproduce the behavior:

  1. Check "New button" HTML markup.

Expected behavior Either wrap <button> in <li> or move it outside <ul>.

Screenshots image

viktorix avatar Jul 24 '24 15:07 viktorix