mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +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> |