Changes between Initial Version and Version 1 of Ticket #10191, comment 5


Ignore:
Timestamp:
Mar 13, 2013, 10:48:24 AM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10191, comment 5

    initial v1  
    77  {{{{ foo: true, bar: true }}}}.
    88
    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.
    1010
    1111* 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy