Commit 06f75d6e authored by Rafael Monnerat's avatar Rafael Monnerat

Included some HTML5 tags as Safe Tags

The tags are Article, Summary, Section, Header, Footer, Audio, Video and few more. It was not included all tags just a small portion required by Web Page Presentation.

Added Additional "test" tag, as part of Run My Docs needs. This tag is used to include in-line selenium tests.
parent e3d95460
......@@ -234,6 +234,14 @@
<key> <string>area</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>article</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>audio</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>b</string> </key>
<value> <string>1</string> </value>
......@@ -290,6 +298,10 @@
<key> <string>del</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>details</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>dfn</string> </key>
<value> <string>1</string> </value>
......@@ -310,6 +322,10 @@
<key> <string>em</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>footer</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>h1</string> </key>
<value> <string>1</string> </value>
......@@ -338,6 +354,10 @@
<key> <string>head</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>header</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>hr</string> </key>
<value> <string>0</string> </value>
......@@ -394,6 +414,10 @@
<key> <string>samp</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>section</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>small</string> </key>
<value> <string>1</string> </value>
......@@ -414,6 +438,10 @@
<key> <string>sub</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>summary</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>sup</string> </key>
<value> <string>1</string> </value>
......@@ -430,6 +458,10 @@
<key> <string>td</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>test</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>tfoot</string> </key>
<value> <string>1</string> </value>
......@@ -466,6 +498,10 @@
<key> <string>var</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>video</string> </key>
<value> <string>1</string> </value>
</item>
</dictionary>
</value>
</item>
......
40985
\ No newline at end of file
40986
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment