You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
similar to #87, but the case where a NOTE section is enclosed by <ins>,
Given <ins> is styled with background, if the child content has its own background for the entire content, the <ins>'s background color is not visible.
we should for example:
add margin/padding between <ins> and the inner block elements
add border or something
use different background color for note section if it's inside ins/del
The text was updated successfully, but these errors were encountered:
Actually, the background color is already inherited for things inslide ins/del.
The issue here would be that the background color is almost same between ins and NOTE section
https://arai-a.github.io/ecma262-compare/?pr=3450&id=sec-speciesconstructor
similar to #87, but the case where a NOTE section is enclosed by
<ins>
,Given
<ins>
is styled with background, if the child content has its own background for the entire content, the<ins>
's background color is not visible.we should for example:
<ins>
and the inner block elementsThe text was updated successfully, but these errors were encountered: