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.
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.