Andreas Kling
550613e526
LibWeb: Remember when HTML parser should ignore next line feed character
...
There's a quirk in HTML where the parser should ignore any line feed
character immediately following a `pre` or `textarea` start tag.
This was working fine when we could peek ahead in the input stream and
see the next token, but didn't work in character-at-a-time parsing with
document.write().
This commit adds the "can ignore next line feed character" as a parser
flag that is maintained across invocations, making it work in this
parsing mode as well.
20 new passes in WPT/html/syntax/parsing/ :^)
2025-02-20 14:32:13 +01:00
..
2025-02-16 09:21:52 +01:00
2024-12-06 15:35:36 +01:00
2024-12-20 15:29:18 +00:00
2024-11-18 19:55:46 -05:00
2024-12-10 06:44:00 -08:00
2025-02-16 09:19:19 +01:00
2024-12-20 15:50:41 +01:00
2025-01-25 13:16:13 +00:00
2025-02-08 07:30:27 -05:00
2024-12-11 16:40:36 -07:00
2025-01-21 19:22:07 +00:00
2025-01-31 13:37:15 +01:00
2025-02-19 10:53:31 +00:00
2024-12-10 10:31:47 -08:00
2025-01-19 14:38:14 +01:00
2024-12-02 06:47:49 +00:00
2025-02-16 19:40:07 +00:00
2024-11-20 18:01:21 -07:00
2025-01-21 02:06:33 +01:00
2025-01-31 12:07:17 +00:00
2025-01-11 10:02:48 -05:00
2024-12-10 15:54:20 +01:00
2024-11-25 18:10:24 +01:00
2025-01-04 10:12:24 +00:00
2025-02-17 19:52:43 +01:00
2024-12-03 21:32:01 +00:00
2025-02-20 14:32:13 +01:00
2025-02-16 19:08:45 +00:00
2025-01-21 15:24:05 +01:00
2025-01-19 20:47:50 +00:00
2025-02-07 11:04:46 -05:00
2024-12-13 11:35:38 +00:00
2024-12-30 11:07:53 +01:00
2024-12-28 10:37:15 +01:00
2024-11-22 13:58:36 +00:00
2024-12-07 12:06:53 +00:00
2024-12-07 12:06:53 +00:00
2024-12-07 12:06:53 +00:00
2024-12-04 16:19:32 +00:00
2024-11-22 00:32:19 +01:00
2024-12-06 04:48:33 +00:00
2025-01-30 19:30:44 +01:00
2025-01-25 13:16:13 +00:00
2024-12-20 15:10:24 +01:00
2024-12-30 11:04:16 +01:00
2024-12-17 13:44:10 +01:00
2024-12-06 06:09:44 +00:00
2024-12-04 11:30:44 +00:00
2025-01-26 00:52:38 +01:00
2025-01-26 23:10:58 +01:00
2025-01-20 18:21:20 +01:00
2025-02-01 08:11:37 +00:00
2025-02-07 15:36:02 +01:00
2024-12-25 13:54:06 +00:00
2024-12-13 11:35:38 +00:00
2024-11-22 13:58:36 +00:00
2025-01-31 00:11:34 +01:00
2024-11-29 13:30:57 +01:00
2024-12-21 19:15:58 +01:00
2024-11-09 13:08:31 -07:00
2025-01-12 19:47:01 +00:00
2024-11-26 23:20:20 +00:00