Skip to content

Commit

Permalink
Add plaintext-only value to contenteditable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored and sideshowbarker committed Mar 13, 2023
1 parent e61fbeb commit 228ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/html5/applications.rnc
Expand Up @@ -18,7 +18,7 @@ datatypes w = "http://whattf.org/datatype-draft"

common.attrs.contenteditable =
attribute contenteditable {
w:string "true" | w:string "false" | w:string ""
w:string "true" | w:string "plaintext-only" | w:string "false" | w:string ""
}

## Draggable Element: draggable
Expand Down

0 comments on commit 228ea68

Please sign in to comment.