- From: David Dorward <david@dorward.me.uk>
- Date: Mon, 24 Sep 2018 15:05:12 +0100
- To: "Anass MOUAMMINE" <anass.mo@futurdigital.fr>
- Cc: www-validator@w3.org
Received on Monday, 24 September 2018 14:05:38 UTC
On 24 Sep 2018, at 15:00, Anass MOUAMMINE wrote:
> "http://www.w3.org/1999/xhtml" is an url when we click on this link we
> are automatically redirected to the https version
> "https://www.w3.org/1999/xhtml"
This is some HTML with a URL in it:
<a href="http://www.w3.org/1999/xhtml">
This is some XHTML with a namespace in it:
<html xmlns="http://www.w3.org/1999/xhtml">
The namespace is not a URL even if it is identical to some other string
which is a URL.
Received on Monday, 24 September 2018 14:05:38 UTC