1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:57:34 +00:00
serenity/Userland
Luke 19731fc14c LibWeb: Use HTML-uppercased qualified name for the Element node name
For regular elements, this is just the qualified name.
However, for HTML elements in HTML documents, it is the qualified name
uppercased.

This is used by jQuery to determine the document is an HTML document.
Not having this made jQuery assume the document was XML, causing
weird behaviour.

To do this, an internal string of qualified name is created.
This is to prevent constantly regenerating it. This is allowed by
the spec.

This is the same for the HTML-uppercased qualified name.
2021-05-04 23:24:03 +01:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
Demos Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
DevTools Profiler: Move everything into the "Profiler" namespace 2021-05-04 20:59:32 +02:00
DynamicLoader DynamicLoader: Fix compiler warning 2021-05-03 08:42:39 +02:00
Games Snake: Spruce up the GUI a tiny bit 2021-05-04 17:32:19 +02:00
Libraries LibWeb: Use HTML-uppercased qualified name for the Element node name 2021-05-04 23:24:03 +01:00
Services WindowServer: Ignore mouse clicks we're not handling 2021-05-04 08:40:00 +02:00
Shell Shell: Only match entries from PATH when a program name is given 2021-05-02 19:46:33 +02:00
Tests LibC: Fix invalid 1-byte read I introduced in dirent. 2021-05-03 09:47:05 +02:00
Utilities Userland: Pledge wpath & cpath in strace 2021-05-04 22:36:58 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00