1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Libraries/LibWeb/HTML/Parser
Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g
Unicode calls them "code points" so let's follow their style.
2020-08-03 19:06:41 +02:00
..
Entities.cpp Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
Entities.h Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
HTMLDocumentParser.cpp Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
HTMLDocumentParser.h LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
HTMLToken.cpp LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
HTMLToken.h Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
HTMLTokenizer.cpp Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
HTMLTokenizer.h Unicode: s/codepoint/code_point/g 2020-08-03 19:06:41 +02:00
ListOfActiveFormattingElements.cpp LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
ListOfActiveFormattingElements.h LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
StackOfOpenElements.cpp LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
StackOfOpenElements.h LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00