mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
...when the style is `none` or `hidden`. `outline-width` is not affected by `outline-style: none` at all. In our codebase, that means doing the border-width conversion when assigning to ComputedValues. Corresponds to:2a3d1e4d1009f11f2ef9
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
INPUT: rgb(0, 0, 0) auto 3px
|
|
BUTTON: rgb(0, 0, 0) 3px
|
|
DIV: rgb(0, 0, 0) auto 3px
|