Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 188... Línea 188...
188
     * @return  string The JSON-encoded configuration.
188
     * @return  string The JSON-encoded configuration.
189
     */
189
     */
190
    protected function get_axe_config_for_tags(?array $standardtags = null, ?array $extratags = null): string {
190
    protected function get_axe_config_for_tags(?array $standardtags = null, ?array $extratags = null): string {
191
        if (empty($standardtags)) {
191
        if (empty($standardtags)) {
192
            $standardtags = [
192
            $standardtags = [
193
                // Meet WCAG 2.1 A requirements.
193
                // Meet WCAG 2.2 Level A success criteria.
194
                'wcag21a',
194
                'wcag22a',
Línea 195... Línea 195...
195
 
195
 
196
                // Meet WCAG 2.1 AA requirements.
196
                // Meet WCAG 2.2 Level AA success criteria.
Línea 197... Línea 197...
197
                'wcag21aa',
197
                'wcag22aa',
198
 
198
 
199
                // Meet Section 508 requirements.
199
                // Meet Section 508 requirements.