Link - 1

If you have any comments to make regarding this test, e-mail ian@hixie.ch.

Prerequisites
Browsers that are subjected to this test should support HTML2.

1. LINK elements for structure

This document contains the following LINKs:

<!--1-->  <LINK title="The page in Dutch"
		type="text/html"
		rel="alternate"
		hreflang="nl"
		href="support/nl.html">

<!--2-->  <LINK title="The manual in Portuguese"
		type="text/html"
		rel="alternate"
		hreflang="pt"
		href="support/pt.html">

<!--3-->  <LINK title="The manual in Arabic"
		type="text/html"
		rel="alternate"
		dir="rtl"
		charset="ISO-8859-6"
		hreflang="ar"
		href="support/ar.html">

<!--4-->  <LINK lang="fr" title="La documentation en Français"
		type="text/html" 
		rel="alternate"
		hreflang="fr"
		href="support/fr.html">

<!--5-->  <LINK title="The manual for printing"
		type="text/html"
		rel="alternate"
		media="print"
		href="support/print.html">

UAs (web browsers) may support the LINK element, and may thus somehow provide access to these documents. This is not required by the HTML 4.0 specification. The specification says that this is an optional feature.

The documents in question are:

1. The manual in Dutch
Alternate version of this document, but in Dutch.
2. The manual in Portuguese
Alternate version of this document, but in Portuguese.
3. The manual in Arabic
Alternate version of this document, but in Arabic.
4. La documentation en Français
Alternate version of this document, but in French.
5. The manual for printing
Alternate version of this document, but for print media. (Instead of allowing direct access to this document, the browser may simply use it when printing.)

Note. The language of the document linked to each time is not in the languages this document claims it is. Your browser may legitimately complain about this.

Submit Results

How does your browser fare on this test?


Up to the Evil Tests Page.

Bugzilla: Bug 2800

Last updated in January 1999.