mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #317 from Ssamm45/master
update list of self-closing tags
This commit is contained in:
commit
2d4025f7eb
4
dom.d
4
dom.d
|
@ -5582,9 +5582,9 @@ struct DomMutationEvent {
|
|||
|
||||
private immutable static string[] htmlSelfClosedElements = [
|
||||
// html 4
|
||||
"img", "hr", "input", "br", "col", "link", "meta",
|
||||
"area","base","br","col","hr","img","input","link","meta","param",
|
||||
// html 5
|
||||
"source" ];
|
||||
"embed","source","track","wbr" ];
|
||||
|
||||
private immutable static string[] htmlInlineElements = [
|
||||
"span", "strong", "em", "b", "i", "a"
|
||||
|
|
Loading…
Reference in New Issue