mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00: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.
6 lines
135 B
HTML
6 lines
135 B
HTML
<!doctype html><style>
|
|
details {
|
|
border: 10px solid black;
|
|
padding: 50px;
|
|
}
|
|
</style><details><summary>hello
|