Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <bindings xmlns="http://www.mozilla.org/xbl"> |
michael@0 | 2 | |
michael@0 | 3 | <binding id="a"> |
michael@0 | 4 | <implementation> |
michael@0 | 5 | <constructor> |
michael@0 | 6 | this.style.position='fixed'; |
michael@0 | 7 | </constructor> |
michael@0 | 8 | </implementation> |
michael@0 | 9 | <content> |
michael@0 | 10 | <children/> |
michael@0 | 11 | </content> |
michael@0 | 12 | </binding> |
michael@0 | 13 | |
michael@0 | 14 | <binding id="b"> |
michael@0 | 15 | <content> |
michael@0 | 16 | <children/> |
michael@0 | 17 | </content> |
michael@0 | 18 | </binding> |
michael@0 | 19 | |
michael@0 | 20 | </bindings> |