html5/spec Overview.html,1.1942,1.1943

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22187

Modified Files:
	Overview.html 
Log Message:
Filling in the rendering section: <link> interactivity and the browser UI (whatwg r2773)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1942
retrieving revision 1.1943
diff -u -d -r1.1942 -r1.1943
--- Overview.html	10 Feb 2009 02:42:06 -0000	1.1942
+++ Overview.html	10 Feb 2009 09:28:26 -0000	1.1943
@@ -47646,7 +47646,12 @@
   <a href=#browsing-context title="browsing context">browsing contexts</a> to the
   resources <a href=#resolve-a-url title="resolve a url">indicated</a> by the <code title="">cite</code> attributes on <code><a href=#the-q-element>q</a></code>,
   <code><a href=#the-blockquote-element>blockquote</a></code>, <code><a href=#the-ins-element>ins</a></code>, and <code><a href=#the-del-element>del</a></code>
-  elements.<h4 id=the-mark-element-0><span class=secno>10.6.2 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p>User agents are expected to allow the user to cycle through all
+  elements.<p>User agents are expected to surface <a href=#hyperlink title=hyperlink>hyperlinks</a> created by <code><a href=#the-link-element>link</a></code>
+  elements in their user interface.<p class=note>While <code><a href=#the-link-element>link</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> will match the ':link' or
+  ':visited' pseudo-classes, will react to clicks if visible, and so
+  forth, this does not extend to any browser interface constructs that
+  expose those same links. Activating a link through the browser's
+  interface, rather than in the page itself, does not trigger <code title=event-click>click</code> events and the like.<h4 id=the-mark-element-0><span class=secno>10.6.2 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p>User agents are expected to allow the user to cycle through all
   the <code><a href=#the-mark-element>mark</a></code> elements in a <code>Document</code>. User
   agents are also expected to bring their existence to the user's
   attention, even when they are off-screen, e.g. by highlighting

Received on Tuesday, 10 February 2009 09:28:37 UTC