- From: Masayuki Nakano <notifications@github.com>
- Date: Tue, 03 Feb 2026 17:52:02 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 February 2026 01:52:06 UTC
masayuki-nakano left a comment (w3c/editing#525) Firefox treats the API as a simple way to the DOM manipulation. Therefore, allowing the invalid HTML structure since the raw DOM API allows that. And it takes a cost to check all ancestors are valid for inserting an element. On the other hand, when pasting the same HTML fragment, Firefox tries to split the ancestors to avoid the builtin editor makes an invalid HTML structure. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/525#issuecomment-3844792160 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/525/3844792160@github.com>
Received on Wednesday, 4 February 2026 01:52:06 UTC