Skip to content
Snippets Groups Projects
Commit 98b2a477 authored by srosse's avatar srosse
Browse files

OO-614: add float property to the cross site scripting

parent 3036ff01
No related branches found
No related tags found
No related merge requests found
...@@ -593,6 +593,21 @@ ...@@ -593,6 +593,21 @@
<regexp name="percentage" /> <regexp name="percentage" />
</regexp-list> </regexp-list>
</property> </property>
<property name="float" default="none"
description="">
<category-list>
<category value="visual" />
</category-list>
<literal-list>
<literal value="left" />
<literal value="right" />
<literal value="none" />
<literal value="inherit" />
</literal-list>
</property>
<property name="text-decoration" default="none" <property name="text-decoration" default="none"
description=""> description="">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment