ladybird
ladybird copied to clipboard
LibWeb: Fix “step base” computation for HTMLInputElement
This change fixes a bug in our implementation of the “step base” algorithm at https://html.spec.whatwg.org/#concept-input-min-zero. We were using the value IDL/DOM attribute in a particular step, where the spec instead actually requires using the value content attribute.