]> source.dussan.org Git - sonarqube.git/commit
SONAR-11749 Add Jump to content links for assistive technology users
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Wed, 6 Mar 2019 10:54:33 +0000 (11:54 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 26 Mar 2019 12:37:56 +0000 (13:37 +0100)
commit8597e7bdd6628abb8c29986f36babf99a928bf64
treed1a03b914d1bcfb5eec9669b078f91afe60049bb
parent48cf57ebe9cbdbf570e9c6ccdc834cb00803b8ad
SONAR-11749 Add Jump to content links for assistive technology users
42 files changed:
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
server/sonar-web/src/main/js/app/components/ProjectAdminContainer.tsx
server/sonar-web/src/main/js/app/components/a11y/A11yContext.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/A11yProvider.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/A11ySkipLinks.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/A11ySkipLinks.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/A11ySkipTarget.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/A11yProvider-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/A11ySkipLinks-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/A11ySkipTarget-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/__snapshots__/A11ySkipLinks-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/__snapshots__/A11ySkipTarget-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts
server/sonar-web/src/main/js/app/types.d.ts
server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx
server/sonar-web/src/main/js/apps/account/components/Account.tsx
server/sonar-web/src/main/js/apps/code/components/App.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/App.tsx
server/sonar-web/src/main/js/apps/component-measures/components/MeasureContent.tsx
server/sonar-web/src/main/js/apps/component-measures/components/MeasureOverview.tsx
server/sonar-web/src/main/js/apps/component-measures/sidebar/Sidebar.tsx
server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap
server/sonar-web/src/main/js/apps/create/organization/CreateOrganization.tsx
server/sonar-web/src/main/js/apps/create/organization/__tests__/CreateOrganization-test.tsx
server/sonar-web/src/main/js/apps/create/organization/__tests__/__snapshots__/CreateOrganization-test.tsx.snap
server/sonar-web/src/main/js/apps/create/project/CreateProjectPage.tsx
server/sonar-web/src/main/js/apps/documentation/components/App.tsx
server/sonar-web/src/main/js/apps/issues/components/App.tsx
server/sonar-web/src/main/js/apps/organizationMembers/OrganizationMembers.tsx
server/sonar-web/src/main/js/apps/organizationMembers/__tests__/__snapshots__/OrganizationMembers-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/components/OverviewApp.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityApp-test.tsx.snap
server/sonar-web/src/main/js/apps/projectQualityGate/App.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx
server/sonar-web/src/main/js/apps/projects/components/AllProjects.tsx
server/sonar-web/src/main/js/apps/projects/components/__tests__/__snapshots__/AllProjects-test.tsx.snap
server/sonar-web/src/main/js/apps/securityReports/components/App.tsx
server/sonar-web/src/main/js/apps/securityReports/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/web-api/components/WebApiApp.tsx
server/sonar-web/src/main/js/helpers/testMocks.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties