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@204750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
79d65976b3
commit
5ad5f55530
@ -2,14 +2,15 @@
|
||||
|
||||
<bindings id="globalBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
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" inherits="value" flex="1">
|
||||
<xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
|
||||
<xul:spacer flex="1"/>
|
||||
<xul:label class="box-texttab-text" inherits="value=label" crop="right"/>
|
||||
<xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
|
||||
<xul:spacer flex="1"/>
|
||||
</xul:vbox>
|
||||
<xul:image class="box-texttab-right"/>
|
||||
@ -19,7 +20,7 @@
|
||||
|
||||
<binding id="sidebar-header-box" extends="xul:box">
|
||||
<content align="center">
|
||||
<xul:label class="sidebar-header-text" inherits="value=label,crop" crop="right" flex="1"/>
|
||||
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
|
||||
<xul:box>
|
||||
<children/>
|
||||
</xul:box>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user