Changes between Initial Version and Version 1 of Ticket #33121, comment 18
- Timestamp:
- 10/12/2018 11:20:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33121, comment 18
initial v1 6 6 > I'm not sure this (overriding of unset attributes) is the case if we require the hyphen following any prefixes, so a developer won't be able to add `href-*` and bypass checking. 7 7 8 Ah, I see, my error. The regex matches only attribute names that have a hyphen.8 Ah, I see, my error. Now the regex matches only attribute names that have a hyphen. 9 9 10 10 I'm still not sold on supporting all of these attribute names "globally" with no possibility to check the values. Except `data-*`, none of them have variable names and imho should be added the same way like the rest of the attributes are added: by full name.