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 @@ -1695,6 +1695,7 @@ interface VisualViewport : EventTarget {
16951695
16961696 attribute EventHandler onresize;
16971697 attribute EventHandler onscroll;
1698+ attribute EventHandler onscrollend;
16981699};
16991700</pre>
17001701
@@ -1746,6 +1747,8 @@ The <dfn attribute for=VisualViewport>scale</dfn> attribute must run these steps
17461747
17471748<dfn attribute for=VisualViewport>onscroll</dfn> is the <a>event handler IDL attribute</a> for the <a event>scroll</a> event.
17481749
1750+ <dfn attribute for=VisualViewport>onscrollend</dfn> is the <a>event handler IDL attribute</a> for the <a event>scrollend</a> event.
1751+
17491752<h2 id=events>Events</h2>
17501753
17511754<h3 id=resizing-viewports>Resizing viewports</h3>
You can’t perform that action at this time.
0 commit comments