mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
With this change "display: contents" ancestors are not considered as insertion point for inline nodes similar to how we already ignore them for non-inline nodes. Fixes https://github.com/SerenityOS/serenity/issues/22396
2 lines
92 B
HTML
2 lines
92 B
HTML
<!DOCTYPE html><style> body { display: contents; }
|
|
</style><body><span>whf :^)</span></body> |