mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added onfocusin and onfocusout attributes (WEB-36002)
This commit is contained in:
@@ -152,6 +152,8 @@ datatypes w = "http://whattf.org/datatype-draft"
|
||||
& scripting.attr.onended?
|
||||
& scripting.attr.onerror?
|
||||
& scripting.attr.onfocus?
|
||||
& scripting.attr.onfocusin?
|
||||
& scripting.attr.onfocusout?
|
||||
& scripting.attr.oninput?
|
||||
& scripting.attr.oninvalid?
|
||||
& scripting.attr.onkeydown?
|
||||
@@ -244,6 +246,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.onforminput =
|
||||
|
||||
@@ -203,6 +203,8 @@ namespace local = ""
|
||||
| onended
|
||||
| onerror
|
||||
| onfocus
|
||||
| onfocusin
|
||||
| onfocusout
|
||||
| oninput
|
||||
| oninvalid
|
||||
| onkeydown
|
||||
|
||||
Reference in New Issue
Block a user