When I put an ::after
element on a button in ladybird, it is not next to the button's text, but below it instead.
Linux
::after
element on a <button>
and give both some content.The ::after
's contents should be next to those of the button.
The ::after
's contents are below those of the button.
data:text/html,<style>button::after{content: "Woop";}</style><button>Woop</button>
<style>
button::after {
content: "Woop";
}
</style>
<button>Woop</button>
Nothing
The reduced test case, in ladybird on the top and in Firefox on the bottom:
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too