---
title: "Page detail"
manual: "Accessibility Quality Gate"
version: "main"
permalink: "https://docs.typo3.org/permalink/priebera/typo3-a11y-quality-gate:usage-page-detail@main"
source: "Usage/PageDetail.rst"
rendered: "2026-09-17T16:05:02+00:00"
---

# Page detail {#page-detail}

The page detail view lists every finding of one page, grouped by source, with
its severity, rule, the affected record and field, and a code snippet of the
matched markup.

![The AQG page detail view listing findings of a single page with severity badges, rule names and actions per finding.](../Images/page-detail.png)

## Guidance panel {#guidance-panel}

Each finding can be expanded to show the AQG rule metadata:

-   who normally owns the fix (editor, integrator or developer),
-   the fix type,
-   the referenced WCAG success criteria,
-   which users are affected,
-   why it matters,
-   how to fix it.

When no richer metadata exists for a rule, the short rule hint is shown instead.

## Ignoring findings {#ignoring-findings}

A finding that is a false positive or that is accepted for a documented reason
can be ignored. AQG offers:

-   ****Ignore****

    Ignores a single finding, with an optional expiry date. When the date is
    reached the finding becomes open again.

-   ****Batch ignore****

    Ignores several selected findings at once. A reason must be confirmed.

-   ****Ignore rule on this page****

    Ignores all current and future findings of one rule on this page.

-   ****Ignore rule on this site****

    Ignores all current and future findings of one rule across the site.

-   ****Unignore****

    Returns a finding to the open state.

Ignored findings do not count towards the quality gate thresholds. Because
findings are matched by a stable fingerprint, the ignore state survives
rescans as long as the underlying content does not change.

> [!IMPORTANT]
> Ignoring hides a finding from the workflow. It does not fix the accessibility
> problem and does not change how the page behaves for users of assistive
> technology. Always record why a finding was ignored.

## Image remediation {#image-remediation}

For FAL image findings, AQG offers actions that write directly to the file
reference:

-   ****Mark as decorative****

    Sets `tx_a11y_is_decorative = 1` and clears `alternative` in one
    DataHandler operation. Use this only for images that carry no information.

-   ****Mark as informative****

    Sets `tx_a11y_is_decorative = 0` and leaves `alternative` untouched.

-   ****Apply alternative text****

    Writes the reviewed alternative text to `alternative`.

These actions are available to administrators, and to other backend users only
when [options.a11y_quality_gate.allowImageRemediation](https://docs.typo3.org/permalink/priebera/typo3-a11y-quality-gate:confval-options-a11y-quality-gate-allowimageremediation@main) is enabled and
the user may edit the affected records. See [User TSconfig](https://docs.typo3.org/permalink/priebera/typo3-a11y-quality-gate:configuration-tsconfig@main).

## AI suggestions {#ai-suggestions}

With AI suggestions configured and enabled, supported findings additionally
offer a **Suggest** action, see [AI-assisted text suggestions](https://docs.typo3.org/permalink/priebera/typo3-a11y-quality-gate:configuration-ai@main). AQG shows the
suggested text and the reason, and lets the editor copy or apply it after
review. Nothing is written automatically.
