mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
fix: rewrite <image>
This commit is contained in:
parent
06583fb0b2
commit
b5a7598465
2 changed files with 8 additions and 3 deletions
|
@ -120,14 +120,13 @@ export const htmlRules: {
|
|||
"embed",
|
||||
"script",
|
||||
"img",
|
||||
"image",
|
||||
"iframe",
|
||||
"frame",
|
||||
"source",
|
||||
"input",
|
||||
"track",
|
||||
],
|
||||
href: ["a", "link", "area", "use"],
|
||||
href: ["a", "link", "area", "use", "image"],
|
||||
data: ["object"],
|
||||
action: ["form"],
|
||||
formaction: ["button", "input", "textarea", "submit"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue