Skip to content

Commit

Permalink
Allow the onfocusin and onfocusout attributes
Browse files Browse the repository at this point in the history
Fixes #957
  • Loading branch information
sideshowbarker committed Jun 30, 2020
1 parent 787a7a7 commit 286406d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/html5/core-scripting.rnc
Expand Up @@ -236,6 +236,10 @@ datatypes w = "http://whattf.org/datatype-draft"
attribute onerror { common.data.functionbody }
scripting.attr.onfocus =
attribute onfocus { common.data.functionbody }
scripting.attr.onfocusin =
attribute onfocusin { common.data.functionbody }
scripting.attr.onfocusout =
attribute onfocusout { common.data.functionbody }
scripting.attr.onformchange =
attribute onformchange { common.data.functionbody }
scripting.attr.onformdata =
Expand Down
2 changes: 2 additions & 0 deletions schema/html5/embed.rnc
Expand Up @@ -239,6 +239,8 @@ namespace local = ""
| onended
| onerror
| onfocus
| onfocusin
| onfocusout
| onformdata
| oninput
| oninvalid
Expand Down

0 comments on commit 286406d

Please sign in to comment.