Re: [VE][html5] internal error from xmlns=""

To simplify matters you can replicate the error by using the Direct Input
validation and this:

 

<!DOCTYPE html>

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Test</title>

</head>

<body>

  <p xmlns="">Example of breaking validator<p>

</body>

 

Phil.

Received on Wednesday, 5 October 2011 09:10:53 UTC