New issue 1443 by metaw...@gmail.com: Whitelist data-* attributes
http://code.google.com/p/google-caja/issues/detail?id=1443
Domado strips unknown attributes. We know data-* attributes are safe and
are used all over the place in jQuery.
This'll require changing both Domado and the sanitizer.
Comment #1 on issue 1443 by metaw...@gmail.com: Whitelist data-* attributes
http://code.google.com/p/google-caja/issues/detail?id=1443
(No comment was entered for this change.)
I think we should keep this separate from the expandos since we can handle
the data-* attributes explicitly.
Comment #3 on issue 1443 by metaw...@gmail.com: Whitelist data-* attributes
http://code.google.com/p/google-caja/issues/detail?id=1443
(No comment was entered for this change.)
Comment #4 on issue 1443 by metaw...@gmail.com: Whitelist data-* attributes
http://code.google.com/p/google-caja/issues/detail?id=1443
For my information: http://codereview.appspot.com/5541069/ is a CL on which
I could model whitelisting data-* attributes.
Comment #5 on issue 1443 by metaw...@gmail.com: Whitelist data-* attributes
http://code.google.com/p/google-caja/issues/detail?id=1443
@r4783