![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is the use of the links in the head of the document valid? |
|
I'm using Mozilla 1.3, and they make sense to me for its site navigation bar, but: - my use of rel="start" to go to the top of the current page makes sense to me, given the nature of the page in relation to the rest of the site, and that Mozilla labels the associated button "Top", but I suspect that when viewed in other browsers it "isn't right" |
#3
| |||
| |||
|
|
"Alan J. Flavell" <flavell (AT) mail (DOT) cern.ch> wrote in W3 sketches-out one list at http://www.w3.org/TR/html401/types.html#h-6.12 Google fairly easily locates some useful discussions. Some I was aware of already, e.g http://www.subotnik.net/html/link which I'd recommend, seeing that you're showing an interest ;-) Thanks - I'll bookmark that last link, but a quick look there doesn't seem to show what I was hoping for - a list of the "right values" to use when specifying link rel= or rev=, to interoperate in the best way amongst the browsers that support link. It's not a big deal to me, so I'll probably just use what I have done so far, unless someone points out some errors/flaws :-) |
#4
| |||
| |||
|
|
Individual browser documentation is sketchy (Opera doesn't say much beyond "we got it" here: http://www.opera.com/features/navbar/index.dml>), but IIRC they mostly follow what's available in the W3C recommendation mentioned above. |
#5
| |||
| |||
|
|
Matthias Gutfeldt wrote: Individual browser documentation is sketchy (Opera doesn't say much beyond "we got it" here: http://www.opera.com/features/navbar/index.dml>), but IIRC they mostly follow what's available in the W3C recommendation mentioned above. |
|
Opera's support for links is broken. It doesn't treat rel as a space-delimited list. For example, if a document (presumably second in a list) contains link rel="first prev" href="first.html" Opera recognizes neither "first" nor "prev". |
#6
| |||
| |||
|
|
- I couldn't find a cross-reference of the rel attributes to the 'navigation bar' buttons that covered a variety of browsers |
|
- my use of rel="start" to go to the top of the current page makes sense to me, given the nature of the page in relation to the rest of the site, and that Mozilla labels the associated button "Top", but I suspect that when viewed in other browsers it "isn't right" |
#7
| ||||
| ||||
|
|
- I couldn't find a cross-reference of the rel attributes to the 'navigation bar' buttons that covered a variety of browsers |
|
- my use of rel="start" to go to the top of the current page makes sense to me, given the nature of the page in relation to the rest of the site, and that Mozilla labels the associated button "Top", but I suspect that when viewed in other browsers it "isn't right" |
|
It seems to me that "start" would mean the first of a series of pages which represent something in a logical order. So if you have the chapters of a novel, one to a page, "start" would link to chapter 1. |
|
I was wondering about the Author link in Opera. The W3C don't seem to recognise this one. I suppose the idea was to link to a (brief) autobiography. However, given that not many people can really be that interested in my autobiography, I wondered if it was sensible to use it to link to a "Contact the author" page. |
![]() |
| Thread Tools | |
| Display Modes | |
| |