chore: added attributes in ol tag (#7736)

This commit is contained in:
Bavisetti Narayan 2025-09-08 17:17:38 +05:30 committed by GitHub
parent 0cb4976e38
commit 291101a8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,8 @@ ATTRIBUTES = {
"aria-label",
"aria-hidden",
"style",
"start",
"type",
# common editor data-* attributes seen in stored HTML
# (wildcards like data-* are NOT supported by nh3; we add known keys
# here and dynamically include all data-* seen in the input below)