author | Drew Willcoxon <adw@mozilla.com> |
Wed, 05 Jun 2013 17:07:55 -0700 | |
changeset 134173 | 3f4ad11d56da4b29ee44fe238ecce312204cdc85 |
parent 18917 | 49bbede5acd0c996ddb2c68efab03d5b60d22d3e |
permissions | -rw-r--r-- |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"> <head> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="foo" extends="html:input"> <content> Foo? <children/> </content> </binding> </bindings> </head> <body> <div>Hi!</div> <div style="-moz-binding: url(#foo)">XXX</div> </body> </html>