ladybird/Libraries
Khaled Lakehal 2f51e9a98e LibWeb/HTML: Use default input size (20) when value is 0
According to the HTML specification, the `size` attribute of an input
element must be a valid non-negative integer greater than zero. If the
value is invalid or set to `0`, the default size of `20` should be used.

This small change fixes one issue identified in
https://wpt.live/html/rendering/widgets/input-text-size.html
The WPT test suite was also automatically imported.
2024-11-26 10:01:57 +00:00
..
LibCompress LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
LibCore LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
LibCrypto LibWeb: Implement the importKey algorithm for X448 2024-11-25 17:16:51 +01:00
LibDiff Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibDNS RequestServer+LibDNS: Don't .await() the DNS lookup promise 2024-11-25 11:46:35 +01:00
LibFileSystem LibFileSystem: Fix Windows build 2024-11-21 11:15:49 +01:00
LibGC LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
LibGfx LibGfx: Delete DeprecatedPath 2024-11-25 21:13:53 +01:00
LibHTTP LibHTTP: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibIDL LibIDL: Fix use-after-free in GenerateWindowOrWorkerInterfaces 2024-11-16 10:30:14 +01:00
LibImageDecoderClient LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibIPC LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
LibJS LibJS: Implement Temporal.ZonedDateTime.prototype.to* 2024-11-26 11:00:56 +01:00
LibLine Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibMain Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibMedia LibMedia: Remove LibMedia::Audio::LoaderError 2024-11-22 12:43:57 +01:00
LibRegex LibRegex: Ensure nested capture groups have non-conflicting names 2024-11-24 10:26:09 +01:00
LibRequests LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibRIFF Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibSyntax Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibTest AK: Allow calling EXPECT on templates/list-initializers 2024-11-24 23:04:34 -07:00
LibTextCodec Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibThreading Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibTLS LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00
LibUnicode Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibURL LibURL+LibWeb: Make URL serialization return a String 2024-11-23 16:43:55 +01:00
LibWasm LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibWeb LibWeb/HTML: Use default input size (20) when value is 0 2024-11-26 10:01:57 +00:00
LibWebSocket LibWebSocket: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibWebView LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibXML Revert "LibWeb: Set doctype node immediately while parsing XML document" 2024-11-20 19:11:56 -05:00