diff --git a/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx b/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx index 6be3d58665b..8554fb7f330 100644 --- a/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx +++ b/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx @@ -27,16 +27,21 @@ blocks and fields) is instantiated on a web page with other contents. ## Creating an ACR -Blockly provides an accessibility compliance report (ACR) in the VPAT format, -which you can use to write an ACR for your full application. No part of -Blockly's ACR provides information about page contents outside of the Blockly -region. The ACR covers use as both web content and authoring tool. - -If a Blockly integration exists as a standalone portion of a larger web page -we recommend creating one ACR for only the Blockly portions of the page, then -integrating that into a larger ACR assessing the full page. For instance, a -page with a Blockly-based editor and a simulated output window should assess the -accessibility of the two regions separately. +Blockly provides two accessibility compliance reports (ACR) in the VPAT format, +which you can use to write an ACR for your full application: +- The [core Blockly ACR](https://docs.google.com/document/d/e/2PACX-1vRR6Tb_n3zzrsI-p2uTLZIPj6AaKxJuLKbXLsRnjfyN0OA8RMhsA51Fn5ujGC8LLR0_REFzYJ4mzpR5/pub) +applies to the use of the core library, fields, and blocks. This applies to use +of Blockly as web content. +- The [extended Blockly ACR](https://docs.google.com/document/d/e/2PACX-1vTkwFqJRUm7kkHpJ8IAn3iwjJv7OxIhpMnQxeURLmK-4NN5EF7TZ6CoC7TmTvUFsyMw16FTiM54ZTIE/pub) +applies to the use of Blockly with custom fields and blocks. This applies to use +of Blockly as an authoring tool. + +No part of Blockly's ACR provides information about page contents outside of the +Blockly region. If a Blockly integration exists as a standalone portion of a +larger web page we recommend creating one ACR for only the Blockly portions of +the page, then integrating that into a larger ACR assessing the full page. For +instance, a page with a Blockly-based editor and a simulated output window +should assess the accessibility of the two regions separately. Developers building with Blockly can assess the accessibility of their Blockly integration by checking customizations against the criteria marked “Developer