Clicking on Horizontal Line inside contenteditable element allows typing inside it.
Confirmed Issue #14387530 • Assigned to Adam D.
Steps to reproduce
- Put attached file on server and open it in Edge browser.
- Click on horizontal line.
- The cursor should be blinking in the middle of the editable area right below the horizontal line. Type few characters there.
- Open developer tools and inspect newly typed text
5 It turns out text is typed inside the HR tag what violates the HTML5 spec as this element should be empty and have no end tag -https://www.w3.org/TR/html5/single-page.html#the-hr-element.
You need to sign in to your Microsoft account to add a comment.
Sign in