1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:18:13 +00:00
serenity/Userland
Linus Groh 2a38f008bf LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
From https://dom.spec.whatwg.org/#concept-getelementsbyclassname:

    The comparisons for the classes must be done in an ASCII case-
    insensitive manner if root’s node document’s mode is "quirks", and
    in an identical to manner otherwise.
2021-02-08 17:59:04 +01:00
..
Applications Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
DynamicLoader DynamicLoader: Remove unnecessary math functions 2021-02-07 14:21:53 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibWeb: Make getElementsByClassName() case-insensitive in quirks mode 2021-02-08 17:59:04 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: Don't close menu when clicking on item with submenu (#5239) 2021-02-07 12:28:42 +01:00
Shell Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Tests Kernel: Use the resolved parent path when testing create veil (#5231) 2021-02-06 19:11:44 +01:00
Utilities LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp 2021-02-07 14:40:36 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00