Status: New
Owner: kpreid.switchb.org
CC: mikesamuel
Labels: Type-Defect Priority-Medium
New issue 1245 by kpreid.switchb.org: Domita undocumented/unenforced
requirement that the element have a class matching the idSuffix
http://code.google.com/p/google-caja/issues/detail?id=1245
Domita expects that every node should have a class which is the idSuffix
without the "-", and manages this for nodes created through Domita, but it
also assumes this of the vdoc body, but does not enforce it itself.
Domita should either apply this class to the vdoc body itself, or assert
that it is present, and the documentation for host pages should explain
that Domita uses classes in this way.