Skip to content

Commit

Permalink
Update CommonAttributes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Sep 9, 2022
1 parent 14c9400 commit 822307a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/HTMLPurifier/HTMLModule/HTML5/CommonAttributes.php
Expand Up @@ -16,6 +16,7 @@ class HTMLPurifier_HTMLModule_HTML5_CommonAttributes extends HTMLPurifier_HTMLMo
'class' => 'Class',
'id' => 'ID',
'title' => 'CDATA',
'contenteditable' => 'ContentEditable',
// tabindex attribute is supported on all elements (global attributes)
'tabindex' => 'Integer',
// Final spec for inputmode global attribute has been published on 15 Dec 2017
Expand Down

0 comments on commit 822307a

Please sign in to comment.