mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
8 lines
223 B
XML
8 lines
223 B
XML
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
||
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
||
|
|
<binding id="foo">
|
||
|
|
<implementation>
|
||
|
|
<field name="bar">baz</field>
|
||
|
|
</implementation>
|
||
|
|
</binding>
|
||
|
|
</bindings>
|