Fix final Financial Stream minor accessibility issues - #24
Merged
Financialstream merged 6 commits intoAug 7, 2026
Conversation
Financialstream
marked this pull request as ready for review
August 7, 2026 06:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Final minor maintenance pass only.
Confirmed accessibility defect
Repository-wide source QA found 25 RU production pages where the mobile menu button had no accessible name because its only inner text was
aria-hiddenand the button had noaria-label.Added exactly
aria-label="Открыть меню"only to those buttons. Existing RU buttons that already had a non-empty accessible name were left unchanged.The affected set includes the originally identified pages plus
ru/start-here/index.html, six RU service-detail pages, and legacy RU article pages with the same source-level defect.aria-expanded,aria-controls, the controlled panel IDs, markup structure, and existing menu JS were preserved.Flagship Twitter metadata
Added exactly one
twitter:image:altimmediately after the existingtwitter:imageon:blog/us-bookkeeping-small-business.htmlru/blog/buhgalteriya-ssha-malogo-biznesa.htmlExisting Twitter image, OG image, canonical, hreflang, Article schema, FAQ schema, and Breadcrumb schema were preserved.
Source QA
A temporary branch-only GitHub Actions QA/patch workflow was used solely to perform deterministic exact replacements and repository-wide assertions because the connector has no partial-file patch primitive for large HTML files.
The successful QA run verified:
data-menu-togglehas a non-empty accessible name;aria-expanded="false"remains present;aria-controlstarget exists in the same document;twitter:image:alt;git diff --checkpasses;The temporary workflow has been deleted and is not part of the final PR diff.
Final diff boundaries
No CSS, JS, images, About pages, visual design, article body copy, service body copy, business facts, counters, sitemap, portrait, flagship hero, canonical, hreflang, or schema content were changed.
Browser runtime QA: NOT VERIFIED.