Skip to content

Commit

Permalink
inert
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored and sideshowbarker committed Nov 2, 2022
1 parent 7cbcc10 commit 507f551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/html5/common.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ common.attrs.present =
common.attrs.other =
( common.attrs.autofocus?
& common.attrs.nonce?
& common.attrs.inert?
)

common.attrs.autofocus =
Expand All @@ -215,6 +216,11 @@ common.attrs.other =
string
}

common.attrs.inert =
attribute inert {
w:string "inert" | w:string ""
}

# #####################################################################
## Common Datatypes #
# #####################################################################
Expand Down
1 change: 1 addition & 0 deletions schema/html5/embed.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ namespace local = ""
| style
| tabindex
| autofocus
| inert
| contenteditable
| draggable
| hidden
Expand Down

0 comments on commit 507f551

Please sign in to comment.