We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c505bb2 commit aa3bf8bCopy full SHA for aa3bf8b
1 file changed
cssom-view-1/Overview.bs
@@ -1695,6 +1695,7 @@ interface VisualViewport : EventTarget {
1695
1696
attribute EventHandler onresize;
1697
attribute EventHandler onscroll;
1698
+ attribute EventHandler onscrollend;
1699
};
1700
</pre>
1701
@@ -1746,6 +1747,8 @@ The <dfn attribute for=VisualViewport>scale</dfn> attribute must run these steps
1746
1747
1748
<dfn attribute for=VisualViewport>onscroll</dfn> is the <a>event handler IDL attribute</a> for the <a event>scroll</a> event.
1749
1750
+<dfn attribute for=VisualViewport>onscrollend</dfn> is the <a>event handler IDL attribute</a> for the <a event>scrollend</a> event.
1751
+
1752
<h2 id=events>Events</h2>
1753
1754
<h3 id=resizing-viewports>Resizing viewports</h3>
0 commit comments