Describe the bug<iframe> breaks ARC Toolkit's Highlight feature.
When a page contains an <iframe> which contains an element that ARC Toolkit can highlight, ARC Toolkit highlights the elements in the viewport but does not display the element in the DevTools pane. This issue applies to all highlightable elements - such as:
Headings
Lists
Table
ARIA usage
ARIA hidden
ARIA UI
tabindex
IDs
Landmarks
For example, when a page contains an <iframe> which contains a heading nested within that <iframe>, ARC Toolkit's Highlight Headings feature highlights the headings on the page in the viewport but does not display any heading elements within the DevTools pane.
To Reproduce
For this example, let's use headings or form fields:
Go to a page which has an <iframe> which contains a heading (either native or ARIA role="heading") or a form field
Open ARC Toolkit and select Highlight
In Highlight, select Highlight Headings or Forms
Note that the headings and form fields on the page (and within the <iframe>) are highlighted in the viewport but not displayed within the DevTools pane
Describe the bug
<iframe>
breaks ARC Toolkit's Highlight feature.When a page contains an
<iframe>
which contains an element that ARC Toolkit can highlight, ARC Toolkit highlights the elements in the viewport but does not display the element in the DevTools pane. This issue applies to all highlightable elements - such as:For example, when a page contains an
<iframe>
which contains a heading nested within that<iframe>
, ARC Toolkit's Highlight Headings feature highlights the headings on the page in the viewport but does not display any heading elements within the DevTools pane.To Reproduce For this example, let's use headings or form fields:
<iframe>
which contains a heading (either native or ARIArole="heading"
) or a form field<iframe>
) are highlighted in the viewport but not displayed within the DevTools paneTest Case: Acme Restaurant - test site The
<iframe>
contains an<h2>
and multiple<input>
.Screenshots Note that the DevTools pane is blank.
Expected behavior
<iframe>
Version information
Notes This issue was reported by an external education institution which uses ARC Toolkit.