ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

LibWeb: Fix “step base” computation for HTMLInputElement

Open sideshowbarker opened this issue 8 months ago • 5 comments

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.

sideshowbarker avatar Mar 04 '25 18:03 sideshowbarker