Comment #6 on issue 1617 by [email protected]: querySelector drops attribute selectors with a colon in the name
http://code.google.com/p/google-caja/issues/detail?id=1617

One more point -- regardless of what our implementation of querySelector might do, we rewrite:

  <div ng:app="foo">foo</div>

to:

  <div data-caja-ng:app="foo">foo</div>

So either we find a way to convince ourselves that namespaced attributes are in general safe, or we apply the necessary transformation in our querySelector implementation.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to