commit 9ba3edb547ca98b74a2e4986e305eb35e27eb37a Author: Alex Catarineu acat@torproject.org Date: Tue Sep 8 18:02:36 2020 +0200
fixup! Bug 10760: Integrate TorButton to TorBrowser core --- browser/components/controlcenter/content/identityPanel.inc.xhtml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/browser/components/controlcenter/content/identityPanel.inc.xhtml b/browser/components/controlcenter/content/identityPanel.inc.xhtml index fd0399cf2d0f..e32fd66ff16f 100644 --- a/browser/components/controlcenter/content/identityPanel.inc.xhtml +++ b/browser/components/controlcenter/content/identityPanel.inc.xhtml @@ -62,9 +62,12 @@
<!-- Circuit display section --> <hbox id="circuit-display-container" class="identity-popup-section"> - <vbox id="circuit-display-content" flex="1"> - <label id="circuit-display-headline" - class="identity-popup-headline">&torbutton.circuit_display.title;</label> + <vbox id="circuit-display-content" flex="1" role="group" + aria-labelledby="circuit-display-headline"> + <hbox id="circuit-display-header" align="center"> + <label id="circuit-display-headline" + role="heading" aria-level="2">&torbutton.circuit_display.title;</label> + </hbox> <html:ul id="circuit-display-nodes" dir="auto"/> </vbox> <vbox id="circuit-reload-content" flex="1">
tbb-commits@lists.torproject.org