Changes between Initial Version and Version 1 of Ticket #10191, comment 5
- Timestamp:
- Mar 13, 2013, 10:48:24 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10191, comment 5
initial v1 7 7 {{{{ foo: true, bar: true }}}}. 8 8 9 I chose objects rather than arrays because in the future we may need to add values validators (styles values and attributes values) and then objects will be the only solution to keep both - name and value.9 I chose objects rather than arrays because in the future we may need to add values validators (styles values and attributes values) and then objects will be the only solution to keep both - names and values. 10 10 11 11 * I removed support for function and regexp based validators, since they were not used anywhere and aren't serializable (so they cannot be easily reused on e.g. PHP side). Instead, we may want to introduce string validators with wildcards, e.g.: {{{attributes: 'data-*'}}}. Extracted to: #10202.