This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-4b6d7b33-973b-4ace-8235-eed18372c2e0 XWIKI-23867 Open

HTML5 validation outline error: heading level skipped on the captcha preference page

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-23fa028b-bdbe-4188-864d-78885fb78e75 Charpentier Lucas created this issue on 06/Jan/26 11:59
 
Summary: HTML5 validation outline error: heading level skipped on the captcha preference page
Issue Type: cid:jira-generated-image-avatar-4b6d7b33-973b-4ace-8235-eed18372c2e0 Bug
Affects Versions: 17.10.2
Assignee: Unassigned
Components: Distribution - Flavor
Created: 06/Jan/26 11:59
Labels: html5
Priority: cid:jira-generated-image-static-major-d20b8ec4-6dac-4cb7-a884-64d1b9b7b45b Major
Reporter: Charpentier Lucas
Description:

First found in CI:

```
Validation errors in /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=captcha
ERROR: The heading “h3” (with computed level 3) follows the heading “h1” (with computed level 1), skipping 1 heading level. at line [1101] column [128]

Extracts of the invalid content:

1099 <input value="Save" class='button' type='submit'>
1100 </div>
1101 </form><div class="row"><div class="col-xs-12 col-lg-7"><h3 id="HConfigureJCaptcha" class="wikigeneratedid wikigeneratedheader"><span>Configure JCaptcha</span></h3><form action="/xwiki/bin/save/XWiki/Captcha/JCaptcha/Configuration" class='xform jcaptcha'>
1102 <dl>
1103 <dt>
```