Commit Graph

16 Commits

Author SHA1 Message Date
Alexander Akait
e11ee88ea0
fix(html/parser): Fix support for document mode (#4539) 2022-05-07 06:30:39 +00:00
Alexander Akait
698038107d
fix(html/lexer): Fix lexing of numeric characters (#4544) 2022-05-06 13:05:10 +00:00
Alexander Akait
07cf28a168
fix(html/parser): Fix parsing of cdata (#4537) 2022-05-06 06:12:46 +00:00
Alexander Akait
e6042a5e69
fix(html/parser): Fix parsing of nobr (#4535) 2022-05-06 04:34:06 +00:00
Alexander Akait
79090e1b2a
fix(html/parser): Fix parsing of comments in textarea (#4530) 2022-05-05 03:13:20 +00:00
Alexander Akait
6310eab966
fix(html/parser): Fix a bug with optional li (#4526) 2022-05-05 02:48:43 +00:00
Alexander Akait
5dc9376a4b
fix(html/parser): Fix parsing of cdata in foreign context (#4531) 2022-05-05 02:03:27 +00:00
Alexander Akait
2f6f8fa717
fix(html/parser): Fix a bug related to parsing foreign elements (#4527) 2022-05-04 19:10:39 +00:00
Alexander Akait
597c0c672a
fix(html/parser): Fix a bug of unwrapping element without parent (#4505) 2022-05-04 06:11:07 +00:00
Alexander Akait
202a6e4a01
test(html/parser): Add tests (#4507) 2022-05-04 04:13:15 +00:00
Alexander Akait
efe87bcbf6
fix(html/parser): Fix parsing of a table with a table (#4506) 2022-05-03 03:47:03 +00:00
Alexander Akait
b8588c4a45
fix(html/parser): Fix parsing of select (#4504) 2022-05-03 03:15:05 +00:00
Alexander Akait
fca84eb0f2
fix(html/parser): Fix bugs (#4502) 2022-05-03 02:49:06 +00:00
Alexander Akait
00358e10fc
fix(html/parser): Fix adoption agency algorithm (#4487) 2022-04-30 04:09:08 +00:00
Alexander Akait
8bdfcd996a
fix(html): Fix bugs of parser and codegen (#4461) 2022-04-28 17:57:05 +00:00
Alexander Akait
20982288fb
fix(html/parser): Fix bugs (#4459) 2022-04-28 17:27:39 +00:00