Skip to content

Commit dd9da35

Browse files
committed
Put the ? back inside the <code> element
1 parent e15f661 commit dd9da35

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9174,8 +9174,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
91749174
DOMTokenList. -->
91759175

91769176
<div var-scope>
9177-
<p>If a <span>reflected IDL attribute</span> has the type <code>Element</code>?, then with
9178-
<var>attr</var> being the <span>reflected content attribute name</span>:</p>
9177+
<p>If a <span>reflected IDL attribute</span> has the type <code
9178+
data-x=""><span>Element</span>?</code>, then with <var>attr</var> being the <span>reflected
9179+
content attribute name</span>:</p>
91799180

91809181
<ul>
91819182
<li><p>Its <span>reflected target</span> has an <dfn>explicitly set

0 commit comments

Comments
 (0)