[whatwg] CDATA and RCDATA restrictions don't always trigger a parse error

Currently CDATA and RCDATA are required not to contain the string  
</script> for instance if the start tag is <script>. However, the  
following does not trigger a parse error:

   <script><!-- </script> --></script>

yet it is non-conforming. Given that conformance checkers are required to  
follow the parsing section this is a problem I think.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 20 June 2007 04:48:57 UTC