Skip to content

Commit

Permalink
Make the formdata event bubble
Browse files Browse the repository at this point in the history
This is a follow-up of #4239, and
fixes an issue pointed out in web-platform-tests/wpt#14637.
  • Loading branch information
tkent-google authored and domenic committed Mar 8, 2019
1 parent 7528794 commit e8e2d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -56651,7 +56651,8 @@ fur
<li><p><span data-x="concept-event-fire">Fire an event</span> named
<code data-x="event-formdata">formdata</code> at <var>form</var> using
<code>FormDataEvent</code>, with the <code data-x="dom-FormDataEvent-formData">formData</code>
attribute initialized to <var>form data</var>.</p></li>
attribute initialized to <var>form data</var> and the
<code data-x="dom-Event-bubbles">bubbles</code> attribute initialized to true.</p></li>

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

Expand Down

0 comments on commit e8e2d90

Please sign in to comment.