From 752a0526ad47b8524952756edb20c10f45449504 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 29 May 2009 16:34:16 -0500 Subject: [mallard] Finished info_title --- doc/mallard/C/mal_info_title.xml | 97 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 2 deletions(-) diff --git a/doc/mallard/C/mal_info_title.xml b/doc/mallard/C/mal_info_title.xml index 67c1c85..3eaffb5 100644 --- a/doc/mallard/C/mal_info_title.xml +++ b/doc/mallard/C/mal_info_title.xml @@ -5,10 +5,23 @@ - + + + + Shaun McCance + shaunm@gnome.org + + + 2008-2009 + Shaun McCance + + + + + Provide alternate titles for automatic link text and sorting. -Tiltes +Informational Tiltes mal_info_title = element title { @@ -20,28 +33,108 @@ mal_info_title = element title { } +

Use the title element inside an info +to list alternative titles for pages and sections. These titles can be used +as alternative link text, for sorting, or for other application-specific +purposes.

+ +
Notes + +

The title element can contain a mixture of text and + any general inline elements.

+ +

The title element can occur in any + info element.

+ +

The type attribute specifies what purpose this + informational title is serving. The following values are currently + recognized:

+ + + + + + + + + +

"link"

specifies alternate link text; see

"sort"

specifies a sort key; see

+ +

The role attribute can be used for link titles + to specify multiple alternate link texts.

+ +

The title element can have attributes from external + namespaces. See for more information + on external-namespace attributes.

+
+
Primary Titles + +

The primary title of a page or section is the one specified in + the block context and used for display purpose. While this title is not + an informational title as specified here, it is used as fallback for all + informational titles.

+ +
Sort Titles + +

Sort titles allow you to specify alternate text to be used when sorting + the page or section. Certain automatic link sections will sort the nodes + they link to. When this happens, providing a sort title allows you to + control how the node is collated. This is useful for excluding leading + articles such as “an” and “the”.

+ + +
+ Processing Expectations + +

Informational titles are not displayed directly, although they will + affect the output of any material which links to the given page or + section.

+ +

The content model of the info element + allows for any mixture of informational titles. As such, it is entirely + possible for multiple titles to exist for some specified combination of + the type and role attributes. When such an + ambiguity arrises, processing tools should select the first informational + title that matches the desired criteria.

+
+ + -- cgit v1.2.1