From f52c86ae21507fade4080e68708451d0efd546ab Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 19 Oct 2020 18:39:40 +0100 Subject: [PATCH] docs: Add a section on a11y patterns --- docs/reference/gtk/section-accessibility.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md index 9d352f640f..5576066e2f 100644 --- a/docs/reference/gtk/section-accessibility.md +++ b/docs/reference/gtk/section-accessibility.md @@ -284,3 +284,7 @@ accessible label as "Download Final report.pdf". The power of hiding and enhancing can be a double-edged sword, as it can lead to inadvertently overriding the accessible semantics of existing widgets. + +## Design patterns and custom widgets + +...