Skip to content

Commit eb0a095

Browse files
committed
chore: added allowed_attributes to html5 specification
1 parent b2f9dbd commit eb0a095

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/Resources/specifications/html5.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,12 +1186,23 @@ colgroup:
11861186
description: 'The colgroup element represents a group of one or more columns in the table that is its parent, if it has a parent and that is a table element.'
11871187
level: block
11881188
allowed_attributes:
1189-
- id
1189+
- span
1190+
- accesskey
1191+
- autocapitalize
11901192
- class
1193+
- contenteditable
1194+
- data-*
1195+
- dir
1196+
- draggable
11911197
- hidden
1198+
- id
11921199
- lang
1200+
- span
1201+
- spellcheck
11931202
- style
1203+
- tabindex
11941204
- title
1205+
- translate
11951206
unique: false
11961207
children:
11971208
- col

0 commit comments

Comments
 (0)