Is DNN WCAG 2.1 complaint? themes/modules/core?
Where can we find WCAG compliant themes?
Is there some documentation how to make a DNN website WCAG compliant?
I recently checked some DNN sites and some show no errors, some show hundreds. I just tried some with the DNN core search and no errors show up, so I don't know what issues you see? As said it's 90% Theme related.
I validated this website (https://dnncommunity.org/) in https://achecker.ca/checker/index.php I get this search error: 1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure. Success Criteria 1.3.1 Info and Relationships (A)
Line 62, Column 9:
Check 213: input element, type of " maxlength="255" name="dnn$dnnSearch$txtSearch" size="20" text="" type="text" />
Repair: Add text to the input element's associated label that describes the purpose or function of the control. Error Line 62, Column 9:
Posted By Willem on 12 May 2020 08:52 AM I validated this website (https://dnncommunity.org/) in https://achecker.ca/checker/index.php I get this search error: 1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure. Success Criteria 1.3.1 Info and Relationships (A) Line 62, Column 9: Check 213: input element, type of " maxlength="255" name="dnn$dnnSearch$txtSearch" size="20" text="" type="text" /> Repair: Add text to the input element's associated label that describes the purpose or function of the control. Error Line 62, Column 9:
That's a hidden element in this skin that's not in use, see:
https://github.com/DNNCom...ials/_header.ascx#L8
I use this definition and there are no errors reported:
< dnn:SEARCH runat="server" ID="dnnSEARCH" CssClass="ServerSkinWidget" ShowSite="False" ShowWeb="False" UseDropDownList="False" Submit='Search' >
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.