[geany/geany] e506a3: Added HTML5 self-closing tags

Duncan de Wet git-noreply at geany.org
Sun Jan 13 22:00:59 UTC 2013


Branch:      refs/heads/master
Author:      Duncan de Wet <duncandewet at gmail.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 13 Jan 2013 22:00:59 UTC
Commit:      e506a370e9c3b4661f0832afa1c0fb2c90d61d76
             https://github.com/geany/geany/commit/e506a370e9c3b4661f0832afa1c0fb2c90d61d76

Log Message:
-----------
Added HTML5 self-closing tags

http://www.w3.org/TR/html-markup/syntax.html#syntax-elements


Modified Paths:
--------------
    src/utils.c

Modified: src/utils.c
10 files changed, 9 insertions(+), 1 deletions(-)
===================================================================
@@ -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)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list