Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
2 <head>
4 <bindings xmlns="http://www.mozilla.org/xbl">
5 <binding id="lub4">
6 <content>
7 <html:span style="color: green;">
8 <children/>
9 </html:span>
10 </content>
11 </binding>
12 </bindings>
15 </head>
17 <body onload="document.getElementById('gogo');">
18 <span style="-moz-binding: url('#lub4')"><div/><em id="gogo">I</em></span>
19 </body>
21 </html>