blob: 2ea1f7212bb98689d20423b590acc897ab737cc6 (
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
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a">
<content></content>
<implementation>
<field>t</field>
<field/>
<property/>
<property>
<getter>x</getter>
<setter>y</setter>
</property>
<method/>
<method>
<body/>
</method>
<method>
<body>a</body>
</method>
</implementation>
</binding>
</bindings>
</head>
<body><span id="s" style="-moz-binding: url('#a');"></span></body>
</html>
|