Skip to content

Commit

Permalink
onscrollend
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored and sideshowbarker committed Nov 4, 2022
1 parent d6cf423 commit 87287a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema/html5/core-scripting.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ datatypes w = "http://whattf.org/datatype-draft"
& scripting.attr.onreset?
& scripting.attr.onresize?
& scripting.attr.onscroll?
& scripting.attr.onscrollend?
& scripting.attr.onsecuritypolicyviolation?
& scripting.attr.onseeked?
& scripting.attr.onseeking?
Expand Down Expand Up @@ -295,6 +296,8 @@ datatypes w = "http://whattf.org/datatype-draft"
attribute onresize { common.data.functionbody }
scripting.attr.onscroll =
attribute onscroll { common.data.functionbody }
scripting.attr.onscrollend =
attribute onscrollend { common.data.functionbody }
scripting.attr.onsecuritypolicyviolation =
attribute onsecuritypolicyviolation { common.data.functionbody }
scripting.attr.onseeked =
Expand Down
1 change: 1 addition & 0 deletions schema/html5/embed.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ namespace local = ""
| onreset
| onresize
| onscroll
| onscrollend
| onsecuritypolicyviolation
| onseeked
| onseeking
Expand Down

0 comments on commit 87287a9

Please sign in to comment.