Comment #10 on issue 1115 by mikesamuel: Caja HTML parser doesnt respect XML namespaces
http://code.google.com/p/google-caja/issues/detail?id=1115
xmlns attributes on script elements in HTML are useless since script elements can't contain child elements. You may think the script element in your example contains elements in the foo namespace, but it doesn't.
