File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3036,6 +3036,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3036
3036
<li><dfn data-x="dom-Event-currentTarget" data-x-href="https://dom.spec.whatwg.org/#dom-event-currenttarget"><code>currentTarget</code></dfn> attribute</li>
3037
3037
<li><dfn data-x="dom-Event-bubbles" data-x-href="https://dom.spec.whatwg.org/#dom-event-bubbles"><code>bubbles</code></dfn> attribute</li>
3038
3038
<li><dfn data-x="dom-Event-cancelable" data-x-href="https://dom.spec.whatwg.org/#dom-event-cancelable"><code>cancelable</code></dfn> attribute</li>
3039
+ <li><dfn data-x-href="https://dom.spec.whatwg.org/#composed-flag">composed flag</dfn></li>
3039
3040
<li><dfn data-x="dom-Event-isTrusted" data-x-href="https://dom.spec.whatwg.org/#dom-event-istrusted"><code>isTrusted</code></dfn> attribute</li>
3040
3041
<li><dfn data-x="dom-Event-initEvent" data-x-href="https://dom.spec.whatwg.org/#dom-event-initevent"><code>initEvent()</code></dfn> method</li>
3041
3042
<li><dfn data-x="dom-EventTarget-addEventListener" data-x-href="https://dom.spec.whatwg.org/#dom-eventtarget-addeventlistener"><code>addEventListener()</code></dfn> method</li>
@@ -90049,6 +90050,8 @@ interface <dfn>DocumentAndElementEventHandlers</dfn> {
90049
90050
<li><p>Initialize <var>event</var>'s <code data-x="dom-Event-bubbles">bubbles</code> and <code
90050
90051
data-x="dom-Event-cancelable">cancelable</code> attributes to true.</p></li>
90051
90052
90053
+ <li><p>Set <var>event</var>'s <span>composed flag</span>.</p></li>
90054
+
90052
90055
<li><p>If the <var>not trusted flag</var> is set, initialize <var>event</var>'s <code
90053
90056
data-x="dom-Event-isTrusted">isTrusted</code> attribute to false.</p></li>
90054
90057
You can’t perform that action at this time.
0 commit comments