Added HTML5 self-closing tags

http://www.w3.org/TR/html-markup/syntax.html#syntax-elements
This commit is contained in:
Duncan de Wet 2013-01-14 09:26:51 +13:00 committed by Colomban Wendling
parent c45a4f3e1b
commit e506a370e9

View File

@ -341,12 +341,20 @@ gboolean utils_is_short_html_tag(const gchar *tag_name)
"base",
"basefont", /* < or not < */
"br",
"col",
"command",
"embed",
"frame",
"hr",
"img",
"input",
"keygen",
"link",
"meta"
"meta",
"param",
"source",
"track",
"wbr"
};
if (tag_name)