Bug 397220 - Dom node <label>s have 'for' attributes instead of 'control' attributes, r=sdwilsh, sr=neil, a1.9=dsicore
Bug 397220 - Dom node <label>s have 'for' attributes instead of 'control' attributes, r=sdwilsh, sr=neil, a1.9=dsicore
--- a/extensions/inspector/resources/content/viewers/domNode/domNode.xul
+++ b/extensions/inspector/resources/content/viewers/domNode/domNode.xul
@@ -42,29 +42,29 @@
<grid id="olNodeInfo">
<columns>
<column/>
<column flex="1"/>
</columns>
<rows>
<row>
<label value="&localName.label;"
- for="tx_localName"
+ control="tx_localName"
class="olNodeInfoLabel"/>
<textbox id="tx_localName" readonly="true" class="plain"/>
</row>
<row>
<label value="&namespaceURI.label;"
- for="tx_namespace"
+ control="tx_namespace"
class="olNodeInfoLabel"/>
<textbox id="tx_namespace" readonly="true" class="plain"/>
</row>
<row>
<label value="&nodeType.label;"
- for="tx_nodeType"
+ control="tx_nodeType"
class="olNodeInfoLabel"/>
<textbox id="tx_nodeType" readonly="true" class="plain"/>
</row>
</rows>
</grid>
<tree id="olAttr"
class="plain"