summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/background.tag
blob: 007163387a8939b98bc4a9df034f0aa5c1678cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE tags>
<tags>
  <tag name="background-attachment" type="property">
     <attr name="value" type="list">
       <items>
         <item>scroll</item>
         <item>fixed</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="background-color" type="property">
     <attr name="value" type="list">
       <items>
	   	<item>white</item>
         <item>transparent</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="background-image" type="property">
     <attr name="value" type="list">
       <items>
         <item>url()</item>
         <item>none</item>
		<item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="background-position" type="property">
     <attr name="value" type="list">
       <items>
         <item>0%</item>
         <item>10px</item>
         <item>top</item>
         <item>center</item>
         <item>bottom</item>
         <item>left</item>
         <item>right</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="background-repeat" type="property">
     <attr name="value" type="list">
       <items>
         <item>repeat</item>
         <item>repeat-x</item>
         <item>repeat-y</item>
         <item>no-repeat</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="background" type="property">
    <attr name="value" type="list">
	<items>
		<item>inherit</item>
	</items>
	</attr>
  </tag>
</tags>