From 14678b7130e495a055bd96e3e5915b76c429e049 Mon Sep 17 00:00:00 2001 From: jemde Date: Thu, 24 Sep 2020 13:44:50 +0200 Subject: [PATCH] Add documentation for three new parameters in a11y component --- src/pug/api/a11y/params.pug | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/pug/api/a11y/params.pug b/src/pug/api/a11y/params.pug index f6764587..5259edbc 100644 --- a/src/pug/api/a11y/params.pug +++ b/src/pug/api/a11y/params.pug @@ -59,5 +59,20 @@ table.params-table td string td 'swiper-notification' td CSS class name of a11y notification + tr.subparam-row + td containerMessage + td string + td null + td Message for screen readers for outer swiper container + tr.subparam-row + td containerRoleDescriptionMessage + td string + td null + td Message for screen readers describing the role of outer swiper container + tr.subparam-row + td itemRoleDescriptionMessage + td string + td null + td Message for screen readers describing the role of slide element tr.subparam-close-row td(colspan="4") }