![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Scripsit Stanimir Stamenkov: in this case I've decided not to put a TOC in the content because I've actually copied it from a Word document which a wanted to replicate in HTML. What kind of a reason is that? If the HTML document serves a purpose, its structure should be decided on the basis of that purpose, not its origin, or the format from which it was converted. |
|
I've just wanted to enhance it with HTML meta-info without bothering the original content. [...] Regarding "metainformation", it's already there when you have used heading elements properly. The <link> thing adds very little to that in practice, but a real ToC is actually useful. |
#22
| ||||
| ||||
|
|
TV broadcasts in colour are only available to those who use a colour TV, but still work fine for those who use a greyscale one, to whom the extra information is 'hidden'. |
|
I thought the thread was about single documents of a mere two pages or longer. I don't see how a comparison to books applies. |
|
Note that a no-nonsense ToC, implemented using <a> and lists, can easily be made hierarchic as needed and presented with indentations that indicate the section, subsection, etc., structure. Right. That's how iCab presents headings. |
|
I'm not aware of strong arguments against 'hiding' certain data. |
#23
| |||
| |||
|
|
Scripsit Sander Tekelenburg: TV broadcasts in colour are only available to those who use a colour TV, but still work fine for those who use a greyscale one, to whom the extra information is 'hidden'. It sounds like you never watched TV programs on a black and white TV when the broadcasts were in color. |
#24
| |||||
| |||||
|
|
Scripsit Sander Tekelenburg: |
|
It sounds like you never watched TV programs on a black and white TV when the broadcasts were in color. |
|
I thought the thread was about single documents of a mere two pages or longer. I don't see how a comparison to books applies. A book compares to a web page: it is a single document, though books are generally longer. |
|
Note that a no-nonsense ToC, implemented using <a> and lists, can easily be made hierarchic as needed and presented with indentations that indicate the section, subsection, etc., structure. Right. That's how iCab presents headings. But not <link> elements, which is what the discussion is about. |
|
I'm not aware of strong arguments against 'hiding' certain data. Data in attributes is a design flaw that would not have been made if HTML had really been based on SGML (principles and techniques). To begin with, when you start putting data, e.g. just a section name, in an attribute value, you immediately restrict yourself to using plain text there. |
#25
| |||
| |||
|
|
The discussion is about whether and how to provide a TOC for shortish single documents. |
|
(Not to mention that users can quickly scroll through documents to scan all headings.) |
|
But I don't see how this [data in attributes] has anything to do with "hiding". Exactly what is hidden how? |
#26
| |||
| |||
|
|
Scripsit Sander Tekelenburg: The discussion is about whether and how to provide a TOC for shortish single documents. That might be _your_ definition of topic, but the discussion has been general, not limited to "shortish" documents. |
|
But I don't see how this [data in attributes] has anything to do with "hiding". Exactly what is hidden how? When you e.g. put a section name into a title="..." attribute of <link>, as opposite to putting it into the content of an <a> element, you hide it from most visitors. |
![]() |
| Thread Tools | |
| Display Modes | |
| |