Skip to content

Commit aa3bf8b

Browse files
author
Adam Argyle
committed
[cssom-view] for w3c#8103
1 parent c505bb2 commit aa3bf8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cssom-view-1/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)