Skip to content

Commit

Permalink
[] (0) Filling in the rendering section: <link> interactivity and the…
Browse files Browse the repository at this point in the history
… browser UI

git-svn-id: http://svn.whatwg.org/webapps@2773 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2009
1 parent 46bfae8 commit 0ff0773
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index
Expand Up @@ -57862,6 +57862,15 @@ textarea { binding: <i title="">textarea</i>; }</pre>
<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.</p>

<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>

<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.</p>



<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>
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -63407,6 +63407,18 @@ textarea { binding: <i title="">textarea</i>; }</pre>
<code>blockquote</code>, <code>ins</code>, and <code>del</code>
elements.</p>

<p>User agents are expected to surface <span
title="hyperlink">hyperlinks</span> created by <code>link</code>
elements in their user interface.</p>

<p class="note">While <code>link</code> elements that create <span
title="hyperlink">hyperlinks</span> 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.</p>



<h4>The <code>mark</code> element</h4>
Expand Down

0 comments on commit 0ff0773

Please sign in to comment.