https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25151 Bug ID: 25151 Summary: Accessibility: The 'Your folder' page does not contain a level-one header Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Blocks: 25150 Library Catalogue - OPAC 1/ Add items to your folder 2/ Once you have added some books, click on the 'Folder' at top of page to view selections. 3/ The ‘Your folder’ page does not contain a level-one heading. This means that users may not be able to accurately determine the structure of content on the page. Current Code: <h2>Your folder</h2> Solution: Ensure that all pages contain a heading level 1 to introduce the main content of the page followed by a logical hierarchy of subsequent headings. For example: <h1>Main heading</h1> <h2>Sub-heading of h1</h2> <h2>Sub-heading of h1</h2> <h3>Sub-heading of h2</h3> <h2>Sub-heading of h1</h2> <h3>Sub-heading of h2</h3> <h4>Sub-heading of h3</h4> <h2>Sub-heading of h1</h2> <h2>Sub-heading of h1</h2> Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25150 [Bug 25150] Accessibility: 2.4.10 Section Headings -- You are receiving this mail because: You are watching all bug changes.