Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <bindings xmlns="http://www.mozilla.org/xbl" |
michael@0 | 4 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 5 | |
michael@0 | 6 | <binding id="first"> |
michael@0 | 7 | <content> |
michael@0 | 8 | <xul:textbox anonid="labeled" class="bottom"/> |
michael@0 | 9 | <xul:label control="labeled" value="Label"/> |
michael@0 | 10 | <children/> |
michael@0 | 11 | </content> |
michael@0 | 12 | </binding> |
michael@0 | 13 | |
michael@0 | 14 | <binding id="second"> |
michael@0 | 15 | <content> |
michael@0 | 16 | <xul:box class="first"> |
michael@0 | 17 | <xul:label control="toplabeled" value="Top textbox"/> |
michael@0 | 18 | <xul:textbox anonid="toplabeled" class="top"/> |
michael@0 | 19 | </xul:box> |
michael@0 | 20 | <children/> |
michael@0 | 21 | </content> |
michael@0 | 22 | </binding> |
michael@0 | 23 | |
michael@0 | 24 | <binding id="third"> |
michael@0 | 25 | <content> |
michael@0 | 26 | <xul:description anonid="label" value="It's a " /> |
michael@0 | 27 | <xul:description anonid="label2" value="cool button" /> |
michael@0 | 28 | <xul:button anonid="button" aria-labelledby="label label2" |
michael@0 | 29 | value="button" /> |
michael@0 | 30 | </content> |
michael@0 | 31 | </binding> |
michael@0 | 32 | </bindings> |