Serialize the children of void html elements as empty strings

This commit is contained in:
George Roman 2018-12-23 18:31:26 +02:00
parent e68585a26f
commit a2d5d4f3da
3 changed files with 6 additions and 58 deletions

View file

@ -1097,7 +1097,6 @@ impl Element {
local_name!("input") |
local_name!("keygen") |
local_name!("link") |
local_name!("menuitem") |
local_name!("meta") |
local_name!("param") |
local_name!("source") |