Skip to content

Commit e8e2d90

Browse files
tkent-googledomenic
authored andcommitted
Make the formdata event bubble
This is a follow-up of #4239, and fixes an issue pointed out in web-platform-tests/wpt#14637.
1 parent 7528794 commit e8e2d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56651,7 +56651,8 @@ fur
5665156651
<li><p><span data-x="concept-event-fire">Fire an event</span> named
5665256652
<code data-x="event-formdata">formdata</code> at <var>form</var> using
5665356653
<code>FormDataEvent</code>, with the <code data-x="dom-FormDataEvent-formData">formData</code>
56654-
attribute initialized to <var>form data</var>.</p></li>
56654+
attribute initialized to <var>form data</var> and the
56655+
<code data-x="dom-Event-bubbles">bubbles</code> attribute initialized to true.</p></li>
5665556656

5665656657
<li><p>Set <var>form</var>'s <span>constructing entry list</span> to false.</p></li>
5665756658

0 commit comments

Comments
 (0)