summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/white-space.tag
blob: b0bfa169e77454fe172a07d6f8798731f3adddc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE tags>
<tags>
  <tag name="white-space" type="property">
     <attr name="value" type="list">
       <items>
        <item>normal</item>
		<item>pre</item>
        <item>nowrap</item>
		<item>inherit</item>
       </items>
     </attr>
  </tag>
</tags>