1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 04:21:30 +02:00
Files
pentadactyl-pm/common/content/bindings.xml
T
2010-12-20 15:53:56 -05:00

35 lines
1.1 KiB
XML

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:dactyl="http://vimperator.org/namespaces/liberator"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="frame">
<content>
<html:div dactyl:highlight="FrameIndicator"/>
<children/>
</content>
</binding>
<binding id="hints" inheritstyle="false">
<implementation>
<field name="hints">
document.getAnonymousElementByAttribute(this, "anonid", "hints");
</field>
</implementation>
<content>
<html:div anonid="hints"/>
</content>
</binding>
<binding id="compitem-td">
<!-- No white space. The table is white-space: pre; :( -->
<content><html:span class="td-strut"/><html:span class="td-span"><children/></html:span></content>
</binding>
</bindings>
<!-- vim:se ft=xbl sw=4 sts=4 tw=0 et: -->