diff options
author | FalseHonesty <thefalsehonesty@gmail.com> | 2020-05-25 15:24:46 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-26 10:17:50 +0200 |
commit | 941b028ca3287574aeaec470d66ce085a9ccb100 (patch) | |
tree | 76fb44e9e4631fc3a380a40a6ef4814082f67340 /Ports | |
parent | b352a6b59d5deb10fb1a29b0b521439b3823e7e3 (diff) | |
download | serenity-941b028ca3287574aeaec470d66ce085a9ccb100.zip |
LibJS: Create JS to HTML markup generator
The new JS::MarkupGenerator class can convert both a JS source string
and a JS Runtime Value into properly formatted HTML using the new
LibWeb System Palette css color values.
It makes more sense for this JS -> HTML process to occur in LibJS
so that it can be used elsewhere, namely Markdown code block syntax
highlighting. It also means the Browser can worry less about LibJS
implementation details.
Diffstat (limited to 'Ports')
0 files changed, 0 insertions, 0 deletions