sicking%bigfoot.com c122069cd1 Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt


git-svn-id: svn://10.0.0.236/trunk@118926 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-13 14:25:38 +00:00

31 lines
948 B
XML

<?xml version="1.0"?>
<bindings id="globalBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="texttab">
<content>
<xul:image class="box-texttab-left"/>
<xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
<xul:spacer flex="1"/>
<xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
<xul:spacer flex="1"/>
</xul:vbox>
<xul:image class="box-texttab-right"/>
<xul:spacer class="box-texttab-right-space"/>
</content>
</binding>
<binding id="sidebar-header-box" extends="xul:box">
<content align="center">
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
<xul:box>
<children/>
</xul:box>
</content>
</binding>
</bindings>