Docs: consolidate accessibility documentation under License, Pricing and Compliance#9238
Merged
Merged
Conversation
…and Compliance Move the product accessibility overview into a nested "Accessibility" sidebar category under License, Pricing and Compliance, and add website-specific accessibility statements for remotion.dev and remotion.pro so that all accessibility documentation is discoverable from one place. - Move /docs/accessibility into the License, Pricing and Compliance category (URL unchanged) and update its crumb/label to make clear it documents product accessibility, not website conformance. - Add /docs/license/accessibility-statement-remotion-dev, based on the existing remotion.dev VPAT and RGAA audit materials. - Add /docs/license/accessibility-statement-remotion-pro as a one-time copy of pro/src/accessibility.md, with relative links rewritten to absolute remotion.pro URLs. pro/src/accessibility.md is left untouched. - Add an Accessibility card to the License, Pricing and Compliance overview page. - Reconcile the Player and Studio accessibility claims on the product overview page with the current VPAT findings. Co-authored-by: Cursor <cursoragent@cursor.com>
Place acknowledgements within the License, Pricing and Compliance section and remove the dated-copy note from the remotion.pro accessibility statement. Co-authored-by: Cursor <cursoragent@cursor.com>
MehmetAdemi
force-pushed
the
docs/9235-consolidate-accessibility-docs
branch
from
July 18, 2026 16:36
8fd5dbe to
ccad035
Compare
3 tasks
Scope the remotion.pro statement to its latest VPAT snapshot and make the remotion.dev product references and current limitations more precise. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep product references within the documentation site instead of routing readers through absolute URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
Use descriptive local product links and link the remotion.pro website from its accessibility statement. Co-authored-by: Cursor <cursoragent@cursor.com>
MehmetAdemi
marked this pull request as ready for review
July 19, 2026 10:25
Contributor
There was a problem hiding this comment.
[!IMPORTANT] Missing generated social-card images. The two new accessibility statement pages reference articles-docs-license-accessibility-statement-remotion-dev.png and ...remotion-pro.png in packages/docs/static/generated/, but these files are not committed. Please run bun run render-cards.ts in packages/docs and commit the assets before merging.
Kimi K2 (free via Pullfrog for OSS) | 𝕏
2 tasks
pull Bot
pushed a commit
to himyjan/remotion
that referenced
this pull request
Jul 20, 2026
The statement referenced "VPAT 2.5Rev", but the actual document (docs/a11y/records/VPAT.md in the pro repo) and the PDF metadata emitted by scripts/generate-vpat-pdf.mjs both say "VPAT 2.4 Rev". The "2.5Rev" label was introduced in remotion-dev#9238 when the statement was consolidated under License, Pricing and Compliance and is a typo, not a version bump. Align the docs page with the real document. Co-authored-by: Cursor <cursoragent@cursor.com>
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.

Summary
Closes #9235.
Consolidates all accessibility documentation under License, Pricing and Compliance so it is discoverable from one place, while keeping product accessibility and website conformance statements clearly separated.
/docs/accessibilityfrom the Miscellaneous sidebar section into a new nested "Accessibility" category under License, Pricing and Compliance. The URL is unchanged; only the sidebar crumb/label were updated to make clear this page is a product accessibility overview, not a website conformance statement./docs/license/accessibility-statement-remotion-dev, a new accessibility conformance statement scoped to the remotion.dev website, based on the existing internal VPAT 2.4 Rev and RGAA 4.1.2 audit materials (packages/compliance/a11y/remotion.dev). Decided not to publish the VPAT/audit report as a downloadable file for now — it's available on request./docs/license/accessibility-statement-remotion-pro, scoped specifically to remotion.pro and presented as a snapshot based on its most recently executed VPAT. VPAT links use absolute remotion.pro URLs. It is written to become the remotion.dev source of truth when the planned remotion.pro accessibility redirect is introduced; that redirect is not part of this PR.pro/src/accessibility.mditself was not modified.docs/license/TableOfContents.tsx)./docs/accessibilitywith the current internal VPAT findings (packages/compliance/a11y/player,packages/compliance/a11y/studio) — the previous copy claimed the Player "meets modern accessibility standards" and Studio was "doing well", which contradicts several "Does Not Support" findings (e.g. the Player's seek bar/volume slider are not keyboard-operable; Studio's search and "Render via CLI" dialogs don't trap focus). The page now states these gaps explicitly instead of overclaiming.Out of scope (per issue)
pro.pro/src/accessibility.md.Test plan
bun x tsc --noEmitshows no new errors introduced by this change (same pre-existing, unrelated errors present onmain).bun x prettier --check docs/license/accessibility-statement-remotion-dev.mdx docs/license/accessibility-statement-remotion-pro.mdxsidebars.tsfor correct nested category structure (Accessibility category withlink.id: accessibilitynested inside License, Pricing and Compliance)./docs/accessibilitykeeps its existing route (routes.redirect('/accessibility', '/docs/accessibility', ...)invercel.tsuntouched) and that no docids were renamed.pro/src/accessibility.mdis untouched.bun render-cards.tsinpackages/docsto generate the OG preview images for the two new pages (blocked locally by an unrelated pre-existing build issue with@remotion/effects/skewin this environment).