summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/overflow.tag
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/dtep/css/overflow.tag')
-rw-r--r--quanta/data/dtep/css/overflow.tag14
1 files changed, 14 insertions, 0 deletions
diff --git a/quanta/data/dtep/css/overflow.tag b/quanta/data/dtep/css/overflow.tag
new file mode 100644
index 00000000..7f9321d3
--- /dev/null
+++ b/quanta/data/dtep/css/overflow.tag
@@ -0,0 +1,14 @@
+<!DOCTYPE tags>
+<tags>
+ <tag name="overflow" type="property">
+ <attr name="value" type="list">
+ <items>
+ <item>visible</item>
+ <item>hidden</item>
+ <item>scroll</item>
+ <item>auto</item>
+ <item>inherit</item>
+ </items>
+ </attr>
+ </tag>
+</tags>