Merge "Tidy: <source> and <track> are empty elements"
authorBrion VIBBER <brion@wikimedia.org>
Mon, 22 Feb 2016 15:24:23 +0000 (15:24 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 22 Feb 2016 15:24:23 +0000 (15:24 +0000)
includes/tidy/tidy.conf

index 4c4daed..d93ce22 100644 (file)
@@ -18,5 +18,5 @@ fix-backslash: no
 fix-uri: no
 # Don't strip html5 elements we support
 # html-{meta,link} is a hack we use to prevent Tidy from stripping <meta> and <link> used in the body for Microdata
-new-empty-tags: html-meta, html-link, wbr
-new-inline-tags: video, audio, source, track, bdi, data, time, mark
+new-empty-tags: html-meta, html-link, wbr, source, track
+new-inline-tags: video, audio, bdi, data, time, mark