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 | <binding id="test"> |
michael@0 | 3 | <content> |
michael@0 | 4 | <html:div xmlns:html="http://www.w3.org/1999/xhtml" |
michael@0 | 5 | style="color: red; -moz-binding: url(403962-1xbl.xml#test-base)"> |
michael@0 | 6 | <children/> |
michael@0 | 7 | </html:div> |
michael@0 | 8 | </content> |
michael@0 | 9 | </binding> |
michael@0 | 10 | |
michael@0 | 11 | <binding id="test-base"> |
michael@0 | 12 | <content> |
michael@0 | 13 | <html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: green"> |
michael@0 | 14 | <children includes="span"/> |
michael@0 | 15 | </html:div> |
michael@0 | 16 | <html:div xmlns:html="http://www.w3.org/1999/xhtml" style="color: red"> |
michael@0 | 17 | <children/> |
michael@0 | 18 | </html:div> |
michael@0 | 19 | |
michael@0 | 20 | </content> |
michael@0 | 21 | </binding> |
michael@0 | 22 | </bindings> |