mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 419867 - statusbarpanel accessibility interface, r=evan.yan, enndeakin, a=beltzner
This commit is contained in:
parent
e2d5feb695
commit
c6f02b2c4f
@ -237,7 +237,15 @@
|
||||
</children>
|
||||
</content>
|
||||
|
||||
<implementation>
|
||||
<implementation implements="nsIAccessibleProvider">
|
||||
<property name="accessibleType" readonly="true">
|
||||
<getter>
|
||||
<![CDATA[
|
||||
return Components.interfaces.nsIAccessibleProvider.XULButton;
|
||||
]]>
|
||||
</getter>
|
||||
</property>
|
||||
|
||||
<property name="label"
|
||||
onget="return this.getAttribute('label');"
|
||||
onset="this.setAttribute('label',val); return val;"/>
|
||||
@ -282,16 +290,6 @@
|
||||
<content>
|
||||
<xul:image class="statusbarpanel-icon" xbl:inherits="src,src=image"/>
|
||||
</content>
|
||||
|
||||
<implementation implements="nsIAccessibleProvider">
|
||||
<property name="accessibleType" readonly="true">
|
||||
<getter>
|
||||
<![CDATA[
|
||||
return Components.interfaces.nsIAccessibleProvider.XULButton;
|
||||
]]>
|
||||
</getter>
|
||||
</property>
|
||||
</implementation>
|
||||
</binding>
|
||||
|
||||
<binding id="statusbarpanel-iconic-text" display="xul:button"
|
||||
|
Loading…
Reference in New Issue
Block a user