blob: d1421d2c59f8d245d44c9d9d84d9d7e219715dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a">
<implementation>
<constructor>
this.style.position='fixed';
</constructor>
</implementation>
<content>
<children/>
</content>
</binding>
<binding id="b">
<content>
<children/>
</content>
</binding>
</bindings>
|