Re: elements hr in a xhtml basic 1.1 document

Hello,

(I put the list back in copy). I tried with a simplified document:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
     "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head><title>b</title></head>
<body><hr /></body>
</html>

It produces the same error you encounter.
Trying doctype overriding in the validator, it validates fine as XHTML 
1.1, and not as XHTML Basic 1.0. But, in the selection of doctype for 
overriding, there is no XHTML Basic 1.1 proposed.
So the question is: is XHTML Basic 1.1 supported by the current release 
of the validator, or only Basic 1.0?

Damien

Received on Wednesday, 6 August 2008 14:52:21 UTC