Skip to content

fix(optel): duplicate id=cls on TTFB element and orphaned dt/dd in oversight pages #295

Description

@vdua

Two pre-existing HTML issues in OpTel Oversight pages, fixed in table.html via PR #294.

1. Duplicate id=cls on TTFB li
The TTFB metric card uses id="cls" instead of id="ttfb", duplicating the CLS element. Affects: explorer.html:105, list.html:102, share.html:105, flow.html:106, cwvperf.html:105, single.html:116.
Fix: change id="cls" to id="ttfb" on each TTFB li.

2. Orphaned dt/dd outside any dl
language and redirect checkpoint label pairs sit directly inside facet-sidebar without a dl ancestor (invalid HTML5). Affects: list.html:284-287.
Fix: move them into the checkpoint list-facet dl after the navigate entry, matching explorer.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions