Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0"?>
2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
3 onload="document.getElementById('o').appendChild(document.createElement('box'));">
5 <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
6 outer {
7 -moz-binding: url(472020-xbl.xml#outer);
8 border: 2px solid yellow;
9 }
10 inner {
11 -moz-binding: url(472020-xbl.xml#inner);
12 }
13 box {
14 width: 50px;
15 border: 2px solid green;
16 }
17 ]]></style>
19 <outer id="o">
20 <box/>
21 </outer>
22 </window>