- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 18:31:17 +0900 (JST)
- To: public-html-diffs@w3.org
Filling in the rendering section: <link> interactivity and the browser UI (whatwg r2773) 10.6 Interactive media http://people.w3.org/mike/diffs/html5/spec/Overview.1.1943.html#interactive-media 10.6.2 The mark element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1943.html#the-mark-element-0 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1942&r2=1.1943&f=h http://html5.org/tools/web-apps-tracker?from=2772&to=2773 =================================================================== 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:31:53 UTC