Anchor text is wrapped with <i> tag permalink

asdf

This one uses <span>. permalink

asdf

<circle>

asdf

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassClicking on anchor with embedded inline element should navigate instead of opening details
Asserts runNo asserts ran
PassExpected <a> containing <i> to navigate
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:44:7)
Pass
assert_equals("#with_i_tag", "#with_i_tag")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:45:7)
PassExpected <a> containing <span> to navigate
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:44:7)
Pass
assert_equals("#with_span_tag", "#with_span_tag")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:45:7)
PassExpected <a>, inside svg, containing <circle> to navigate
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:44:7)
Pass
assert_equals("#inside_svg_w_circle", "#inside_svg_w_circle")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:45:7)
PassExpected <a>, inside svg, containing <text> to navigate
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:44:7)
Pass
assert_equals("#inside_svg_w_text", "#inside_svg_w_text")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html:45:7)