1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/ext
Niels Dossche 3a4a320386 Fix GH-17802: \Dom\HTMLDocument querySelector attribute name is case sensitive in HTML
According to https://html.spec.whatwg.org/#case-sensitivity-of-selectors,
the CSS selector attribute name must be converted to lowercase in HTML elements,
and then compared case-sensitive to the attribute name in the element.
We implement this not by doing the explicit conversion, but by a manual
loop using a function that first converts the rhs characters to
lowercase and keeps the lhs characters the same, achieving the same
effect.
2025-02-17 19:31:23 +01:00
..
2025-01-29 19:25:03 +09:00
2025-02-14 14:38:34 +01:00
2025-01-17 11:53:12 +00:00
2024-12-06 19:02:17 +01:00
2024-10-13 21:13:06 +02:00
2025-02-17 10:27:33 +03:00
2025-01-03 12:31:08 +01:00
2025-02-14 15:28:48 +00:00
2024-11-27 19:54:23 +00:00
2024-12-06 17:44:01 +01:00
2025-02-02 13:38:36 +01:00
2024-10-24 15:58:12 +02:00
2025-02-06 23:31:30 +01:00
2024-11-27 23:05:50 +01:00
2025-01-06 20:11:36 +01:00
2025-01-26 23:37:14 +00:00
2025-02-16 00:17:06 +01:00
2024-12-30 12:41:58 -04:00
2025-01-05 13:34:38 +00:00
2024-11-08 20:48:06 +01:00
2024-12-27 15:54:37 +01:00
2025-01-12 20:42:53 +01:00
2025-02-14 23:10:40 +01:00