mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00: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
No EOL
92 B
HTML
2 lines
No EOL
92 B
HTML
<!DOCTYPE html><style> body { display: contents; }
|
|
</style><body><span>whf :^)</span></body> |