http://www.intertwingly.net/wiki/pie/PaceLinkIntrospection

#pragma section-numbers off

== Abstract ==

Creates a new (X)HTML link[rel="introspection"] that may be used to locate introspection documents.

== Status ==

Proposed

== Rationale ==

== Proposal ==

(Relative to -06 draft)

7.4 Auto-discovery of Introspection Documents

To assist clients in automatically locating Introspection documents, a link element whose rel attribute value contains the keyword "introspection" MAY appear within the <head> element of a HTML or XHTML document. The href attribute of the introspection link MUST be the URI of an introspection document represented in the format identified by the type attribute. The value of the href attribute MAY be a relative URI resolvable to a full URI using the document's base URI.

Zero or more introspection links MAY appear within a single document.

* Each introspection link SHOULD point to a different introspection document * Each introspection link SHOULD contain a title attribute that gives a human-readable label for the Introspection document that the element points to.
* The order of the introspection links is not significant.
* At least one introspection link MUST specify a type attribute with the value application/atomserv+xml and whose href attribute specifies the URI of an Atom Introspection Document.

{{{
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en">
<head>
<base href="http://www.example.org/";>
<link rel="introspection"
     type="application/atomserv+xml"
     href="introspection.xml">
</head>
</html>
}}}

== Impacts ==



== Notes ==


----

CategoryProposals

Reply via email to