mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
set aria-hidden for a non-visible control (#12607)
This commit is contained in:
@@ -94,8 +94,8 @@ export default () => `
|
|||||||
<div class="resources-container">
|
<div class="resources-container">
|
||||||
<h2>${escape(localize('welcomePage.resources', "Resources"))}</h2>
|
<h2>${escape(localize('welcomePage.resources', "Resources"))}</h2>
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<!-- Checkbox is not accessible to user yet, this feature is still in development -->
|
<!-- Radio button is not accessible to user yet, this feature is still in development -->
|
||||||
<input tabindex="-1" class="input" name="tabs" type="radio" id="tab-1" checked="checked" />
|
<input tabindex="-1" aria-hidden="true" class="input" name="tabs" type="radio" id="tab-1" checked="checked" />
|
||||||
<span id="historyLabel" class="label" for="tab-1" tabIndex="0" role="tab">${escape(localize('welcomePage.history', "History"))}</span>
|
<span id="historyLabel" class="label" for="tab-1" tabIndex="0" role="tab">${escape(localize('welcomePage.history', "History"))}</span>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="recent history">
|
<div class="recent history">
|
||||||
|
|||||||
Reference in New Issue
Block a user