You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rayafratkina yes I am currently checking what, if anything, needs fixing on the ML pages. If only minor changes are required, I'm still planning on getting this in for 7.6.
Per #37539, all of the Machine Learning pages need to be audited to ensure headers are being used appropriately.
Known issues from the audit of other plugins include:
<h1>
<h1>
-<h2>
-<h3>
Relevant WCAG Criteria: [#.#.# WCAG Criterion - Level A/AA/AAA](link to https://www.w3.org/WAI/WCAG21/quickref/)
Relevant ARIA spec: [](link to https://www.w3.org/TR/wai-aria-practices/)
Changes required to ML plugin:
<h1>
<main>
landmark (e.g. wrap in<EuiPage>
<h1>
<h1>
<main>
landmark (e.g. wrap in<EuiPage>
, and an<h1>
page title<main>
landmark (e.g. wrap in<EuiPage>
, and an<h1>
page title<h1>
<main>
landmark (e.g. add<EuiPageBody>
<main>
landmark (e.g. add<EuiPageBody>
<main>
landmark (e.g. add<EuiPageBody>
<main>
landmark (e.g. add<EuiPageBody>
<h1>
<h1>
<main>
landmark (e.g. wrap in<EuiPage>
, and an<h1>
page title<main>
landmark (e.g. wrap in<EuiPage>
, and convert title to an<h1>
Pages already meet criteria:
Changes required to Transforms plugin:
<main>
landmarks<main>
landmarksThe text was updated successfully, but these errors were encountered: