Skip to content

Commit

Permalink
add picture tag as a kind of virtual DOM (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Double-oxygeN committed Jan 25, 2021
1 parent 6cff2d8 commit 32de202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karax/vdom.nim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type
kdb, sub, sup, italic = "i", bold = "b", underlined = "u",
mark, ruby, rt, rp, bdi, dbo, span, br, wbr,
ins, del, img, iframe, embed, `object` = "object",
param, video, audio, source, track, canvas, map,
param, video, audio, picture, source, track, canvas, map,
area, svg, math, path, circle

table, caption, colgroup, col, tbody, thead,
Expand Down

0 comments on commit 32de202

Please sign in to comment.