zakkinsey / PDFA-TEST

A test repository for PDFA members to learn and test gitHub actions and behaviors.
0 stars 0 forks source link

Test Issue #1 #1

Open zakkinsey opened 6 months ago

zakkinsey commented 6 months ago

Component/s:

None

Example type:

Atomic test file

PDF/UA Parts:

PDF/UA-1

Use cases:

[Headings]

Pass / Fail:

Fail

Tests:

Test Procedures

  1. Check that all fundamental techniques are followed.
  2. Check that all perceivable headings have been tagged as headings.
  3. Check that heading tags are not used when content is not a heading.
  4. Check that either only H tags with appropriate nesting or only Hn tags are used.
  5. Check that the heading levels are appropriate to the content hierarchy of the document.
  6. Check that the first heading, if any, is an H1.
  7. Check that no heading levels are skipped.

Expected Results:

Checks #1 and #7 are false.

UA Technique Tag:

H_18

Matterhorn Protocol:

01-006, 14-001, 14-002, 14-003

WCAG 2.2 Success Criteria:

1.3.1

Structure Types:

H (PDF/UA-1 - Heading with level deduced from tag structure), H1-H6 (1.x - Headings with specified levels)

Description

This describes a failure condition in which a heading level is skipped. Even though the second heading visually appears to be a third-level heading, PDF/UA-1 prohibits skipping heading levels, to ensure a navigable document. In this case the tags use H1 followed by H3, so the heading level H2 ist skipped.

MarkusErle commented 6 months ago

Test comment