summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/list-style.tag
blob: 958f2a68e669a45d0887551544433deab09efac8 (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
<!DOCTYPE tags>
<tags>
   <tag name="list-style-image" type="property">
     <attr name="value" type="list">
       <items>
         <item>url()</item>
         <item>none</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="list-style-position" type="property">
     <attr name="value" type="list">
       <items>
         <item>inside</item>
         <item>outside</item>
		 <item>inherit</item>
       </items>
     </attr>
  </tag>

  <tag name="list-style-type" type="property">
     <attr name="value" type="list">
       <items>
        <item>disc</item>
        <item>circle</item>
        <item>square</item>
        <item>decimal</item>
        <item>decimal-leading-zero</item>
        <item>lower-roman</item>
        <item>upper-roman</item>
        <item>lower-greek</item>
        <item>lower-alpha</item>
        <item>lower-latin</item>
        <item>upper-alpha</item>
        <item>upper-latin</item>
        <item>hebrew</item>
		<item>hebrew</item>
		<item>armenian</item>
		<item>georgian</item>
		<item>cjk-ideographic</item>
		<item>hiragana</item>
		<item>katakana</item>
		<item>hiragana-iroha</item>
		<item>katakana-iroha</item>
		<item>none</item>
		<item>inherit</item>
       </items>
     </attr>
  </tag>

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