2012/2/17 Mike Stay <[email protected]>: > I'm working on a change that gets rid of _d_attributes and uses the > data-caja-* attribute namespace instead. TemplateCompiler now renames > attributes rather than stripping them out, and the *Attribute() > methods in Domado prefixes attributes if they're not otherwise > whitelisted. > > IHtmlSanityCheckerTest and various others check to see that unknown > attributes cause a warning message to be added to the queue; is there > code that depends on unknown attributes being stripped rather than > renamed, or can I remove these tests?
As long as the schema is applied at some pipeline stage, we're fine.
