mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
This is the expected behavior per the HTML spec. Fixes an issue where styling these elements wouldn't have the expected effect unless you also set the display property.
7 lines
135 B
HTML
7 lines
135 B
HTML
<!doctype html><style>
|
|
details {
|
|
border: 10px solid black;
|
|
padding: 50px;
|
|
}
|
|
</style><details><summary>hello
|