473,396 Members | 2,085 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

w3c recommended provision of a UA UI element for link based document relationships?

I seem to recall that w3c recommends somewhere that UAs should provide a
UI element for <link> based document relationships. I expected to find
it in the html 4.01 spec, but I haven't been able to locate it.

Is my memory playing tricks on me?

--
Spartanicus
Jul 23 '05 #1
3 1385
On Mon, 06 Dec 2004 18:29:41 +0000, Spartanicus <me@privacy.net> wrote:
I seem to recall that w3c recommends somewhere that UAs should provide a
UI element for <link> based document relationships. I expected to find
it in the html 4.01 spec, but I haven't been able to locate it.

Is my memory playing tricks on me?


I don't recall any such language. But see
<http://www.w3.org/TR/html401/struct/links.html#edef-LINK>:

"Although LINK has no content, it conveys relationship information that
may be rendered by user agents in a variety of ways (e.g., a tool-bar with
a drop-down menu of links)."

The "may" suggests to me there's no W3C recommendation as to how, or even
if, a UA should have to do anything with link.
Jul 23 '05 #2
On Mon, 06 Dec 2004 18:29:41 +0000, Spartanicus <me@privacy.net>
wrote:
I seem to recall that w3c recommends somewhere that UAs should provide a
UI element for <link> based document relationships. I expected to find
it in the html 4.01 spec, but I haven't been able to locate it.


http://www.w3.org/TR/html4/struct/links.html#edef-LINK
"Although LINK has no content, it conveys relationship information
that may be rendered by user agents in a variety of ways (e.g., a
tool-bar with a drop-down menu of links)."

http://www.w3.org/TR/html4/types.html#h-6.12
"User agents, search engines, etc. may interpret these link types in a
variety of ways. For example, user agents may provide access to linked
documents through a navigation bar."

More of a suggestion than a recommendation.

Steve

Jul 23 '05 #3
Steve Pugh wrote:
On Mon, 06 Dec 2004 18:29:41 +0000, Spartanicus <me@privacy.net>
wrote:

I seem to recall that w3c recommends somewhere that UAs should provide a
UI element for <link> based document relationships. I expected to find
it in the html 4.01 spec, but I haven't been able to locate it.

http://www.w3.org/TR/html4/struct/links.html#edef-LINK
"Although LINK has no content, it conveys relationship information
that may be rendered by user agents in a variety of ways (e.g., a
tool-bar with a drop-down menu of links)."

http://www.w3.org/TR/html4/types.html#h-6.12
"User agents, search engines, etc. may interpret these link types in a
variety of ways. For example, user agents may provide access to linked
documents through a navigation bar."

More of a suggestion than a recommendation.


Yes, and quite a number of user agents support it, there's even a
plug-in for Internet Explorer. Complete list of browsers is here:
<http://gutfeldt.ch/matthias/translation/LINK/ENaddendum.html>.

Well, the list isn't quite complete: Konqueror and Firefox are missing.
I'll add them some day.
Matthias

Jul 23 '05 #4

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

Similar topics

6
by: Zhang Weiwu | last post by:
Hello. I am working with a php software project, in it (www.egroupware.org) Chinese simplified locate is "zh" while Traditional Chinese "tw". I wish to send correct language attribute in http...
26
by: Harrie | last post by:
Hi, After Brian mentioned the use for <link rel=..> for navigational purposes in another thread, I've been looking into it and found that HTML 3.2 has two other recognized link types than HTML...
9
by: AA | last post by:
Hello, I need to extract an element from a xml document something like this <myXml> <Header> <Name/> <LastName/> <Age/> </Head> <Body> <Properties>
7
by: Quentin Huo | last post by:
Hi: I created a web-form user control. And in client-site, there is a link which will create a Input element object when it is clicked. <script language=javascript> ....... var nameInput =...
14
by: hgraham | last post by:
Hi, I'm trying to understand how to work the dom, and all I'm trying to do is insert a link right before another link in the html based on it's href value. This isn't a real world example - I'm...
5
by: garfy | last post by:
Hi i get this error in validation Line 22 column 6: document type does not allow element "title" here. <title>Seo Web Design Los Angeles - Web Design And Search Engine Optimization L ...
2
by: mdawg | last post by:
I am attempting to use the XSLT document function to extract the value of an attribute in a secondary XML file. In order to add an image to the generatedHTML Both xml files I am dealing with are...
53
by: Aaron Gray | last post by:
Due to M$'s stupidity in not making DOMElements first class citizens the following will not work :- function isElement( o) { return o instanceof Element } It works for FF, Opera and Safari.
5
by: montybytes | last post by:
Hi there, Although, I have already placed this question in the HTML/CSS section, perhaps it might be worthwhile asking the question here as well. I have a JavaScript function which retrieves...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...

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.