Skip to content

Commit

Permalink
feat: update the HTML schemas to the latest Nu HTML Checker version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Feb 25, 2019
1 parent cecaa76 commit 8d3c77e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
& scripting.attr.onended?
& scripting.attr.onerror?
& scripting.attr.onfocus?
& scripting.attr.onfocusin?
& scripting.attr.onfocusout?
& scripting.attr.oninput?
& scripting.attr.oninvalid?
& scripting.attr.onkeydown?
Expand Down Expand Up @@ -243,6 +245,10 @@
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 =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ namespace local = ""
| onended
| onerror
| onfocus
| onfocusin
| onfocusout
| oninput
| oninvalid
| onkeydown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ datatypes w = "http://whattf.org/datatype-draft"
figure.attrs =
( common.attrs
& ( common.attrs.aria.implicit.figure
| common.attrs.aria.role.figure
| common.attrs.aria.role.presentation
| common.attrs.aria.role.group
)?
Expand Down

0 comments on commit 8d3c77e

Please sign in to comment.