473,462 Members | 1,243 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Chapters and Sections in LINK

What exactly are Chapters and Sections in the <LINK REL=...>
tag? I have put some <LINK REL="Chapter"> tags into
http://www.unics.uni-hannover.de/nht...onal-text.html

Is this the intended use? If not - how are Chapters and Sections
supposed to be used? Are there any good examples?

Aug 23 '05 #1
6 1803
In article
<Pi**************************************@s5b004.r rzn-user.uni-hannover.
de>,
Andreas Prilop <nh******@rrzn-user.uni-hannover.de> wrote:
What exactly are Chapters and Sections in the <LINK REL=...>
tag? Are there any good examples?


I am aware of one example:
http://ethesis.helsinki.fi/julkaisut.../eiookaht.html

--
Henri Sivonen
hs******@iki.fi
http://hsivonen.iki.fi/
Mozilla Web Author FAQ: http://mozilla.org/docs/web-developer/faq.html
Aug 23 '05 #2
Henri Sivonen wrote:
Andreas Prilop <nh******@rrzn-user.uni-hannover.de> wrote:
What exactly are Chapters and Sections in the <LINK REL=...>
tag?

Are there any good examples?


I am aware of one example:
http://ethesis.helsinki.fi/julkaisut.../eiookaht.html


It's a simple example: a page that acts as a table of content for some
material (a master's thesis), containing a normal list of links to
next-level pages - and with these links duplicated as <link
rel="chapter" ...> elements.

The <link> elements are thus redundant, and most users will not notice
their presence in any way. If you use Mozilla (the beast, not Firefox),
you can (if you have Site Navigation Bar enabled) click on the button
"Document" to see a menu with entries "Chapters" and "Appendices"
enabled, and under "Chapters" you can find the same links as on the
page. I fail to see the usefulness of this duplication.

If the <link> elements specified _sections_ as well (pointing to
second-level headings on each subpage), they would have some added
value: you could get directly to section 1.3 from the main page, even
though the table of content on the page is one-level only. I wonder how
many people would use that, though.

On the (even) more theoretical side, it seems that the concepts of
"chapter" and "section" have not been defined well in the HTML
specifications. Generally, the specs are rather implicit about the
meanings of rel="..." values. The most reasonable interpretation is that
rel="chapter" and rel="section" imply the existence of a composite,
book-like document, which normally consists of several pages (though it
could be a single page), and rel="chapter" refers to a major (top-level)
structural part of a document, whereas rel="section" refers to a
second-level structural part (component of a chapter).

On the page Andreas mentioned,
http://www.unics.uni-hannover.de/nht...onal-text.html
(which is, by the way, worth reading to anyone who needs to know about
directional text in HTML)
I think the <link rel="chapter" ...> elements are correct by any
reasonable criteria, and marginally useful: a user who can make use of
them can access the table of content, which does not exist on the page
itself. On the other hand, it might be better to include the table of
content explicitly, e.g. as a floating box on the right (which is the
way I favor these days - it provides an overview without disturbing too
much those people who just want to get started with the content, I think).

The parts of Andreas' page are short and surely not like chapters in a
book, so someone might say they are sections, or even subsections. This
really depends on the terminology used, and the terminology may vary by
the type of publication. This is one reason why "chapter" and "section"
are vague values.
Aug 23 '05 #3
Jukka K. Korpela wrote:
The <link> elements are thus redundant, and most users will not notice
their presence in any way. If you use Mozilla (the beast, not Firefox),
you can (if you have Site Navigation Bar enabled) click on the button
"Document" to see a menu with entries "Chapters" and "Appendices"
enabled, and under "Chapters" you can find the same links as on the
page.


For Firefox there is the Link Toolbar extension
Aug 24 '05 #4
On Tue, 23 Aug 2005, Jukka K. Korpela wrote:

[...]
On the (even) more theoretical side, it seems that the concepts of
"chapter" and "section" have not been defined well in the HTML
specifications.
Indeed. It looks as if "Chapter" and "Section" (and "Subsection")
define just a flat structure - whereas in practice, if fully used, one
would expect sections to be subdivisions of a chapter, and subsections
to be subdivisions of a section, in such a way as to be best presented
as a 3-level hierarchy. But the markup doesn't have any way to show
this, so I can't imagine how a browser could be expected to implement
anything other than flat lists of chapters, sections, and subsections,
which would rapidly get out of hand for a work of any magnitude.
The parts of Andreas' page are short and surely not like chapters in
a book, so someone might say they are sections,


My thoughts too... but otherwise Andreas' page worked well on
Mozilla. The navigation also works acceptably on Lynx, although this
particular page itself isn't useful, at least not on the version of
Lynx that I tried!

cheers
Aug 24 '05 #5
On Tue, 23 Aug 2005, Jukka K. Korpela wrote:
The parts of Andreas' page are short and surely not like chapters in a
book, so someone might say they are sections, or even subsections.


It's rather a test of <LINK> than a necessary or useful navigation.
My points were:
- What is "bigger", Chapter or Section?
- Is it okay to link to anchors in the same page?
All other examples seem to link only to different pages.

Aug 24 '05 #6
On Wed, 24 Aug 2005 18:31:48 +0200, Andreas Prilop
<nh******@rrzn-user.uni-hannover.de> wrote:
On Tue, 23 Aug 2005, Jukka K. Korpela wrote:
The parts of Andreas' page are short and surely not like chapters in a
book, so someone might say they are sections, or even subsections.


It's rather a test of <LINK> than a necessary or useful navigation.
My points were:
- What is "bigger", Chapter or Section?
- Is it okay to link to anchors in the same page?
All other examples seem to link only to different pages.


My own OPINION -- as Alan Flavell says, this does not seem to be
defined anywhere -- is that Chapter is bigger than Section, and it's
okay to link in the same page. But I haven't been consistent with
this myself, I confess.

I do use Chapter links in my Trig Without Tears
<http://oakroadsystems.com/twt/>, and each Chapter is a separate
page.

But in my very long FAQ of the Rings, a single page
<http://oakroadsystems.com/genl/ringfaq.htm>, each section is a
Section link not a Chapter link.

Maybe I think of a Chapter as roughly an <h1> and a Section as an
<h2>.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Aug 25 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Wolf | last post by:
Hi to all! With your past help I make a new block in wich you can see last articles I inserted in my phpnuke. You can see it at http://www.italialibri.org, under the title. But I have a problem:...
1
by: John K. | last post by:
Hi all, I'm writing a Win32 DLL. I'd like to create two data sections: one shared (among all the processes that will load this DLL), and the other not shared. Then I would like to place some...
2
by: Lukasz Grabun | last post by:
There's a page http://www.dwarfscorner.com It looks as nice as I could design it; I like it, I think. There's just one thing I can't get along with: the vertical allignment of h2 in grey and...
3
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor...
7
by: Piotrek Stachowicz | last post by:
Hi, I need to create the situation in my system, where no more critical sections can be initialized (win2000Server). I thought about creating a simple c# application and using the Monitor class....
3
by: Harry | last post by:
Hi. I'm trying to get a page layout using css instead of tables, where the various sections have fixed widths even when you resize the browser window. The css below produces the correct layout...
3
by: DarthContinent | last post by:
I have multiple websites running under Windows 2003 using IIS and ASP ..NET. I'd like to be able to take multiple Web.config files and parse sections of them out for display in a datagrid or to...
16
by: dhtml | last post by:
Breaking up the FAQ has been discussed. http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/d11878ddfb2ac892/ I'm interested in doing this now. I propose something along the...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.