Re: Linking (chapter 6.4.3) probably underspecified

According to [1], nested links are illegal.  Interestingly, if you use
nested links in Firefox or IE8, the status bar will show the nested link,
but clicking will only take you to outermost link.  Eg, try the following:

<a href="http://www.w3schools.com/html/html_links.asp">
<table>
<tr>
  <td> column 1 </td>
  <td> column 2 </td>
</tr>
<tr>
  <td> <a href="http://www.w3.org/TR/html401/struct/links.html#h-12.2.2">
click me </a></td>
  <td> x </td>
</tr>
</table>
</a>

Based on this, I concur with David that the current behavior is correct.  A
clarification in chapter 6 would be useful though.

As for your attempt, I would liken it to wanted to be able to click on a
table frame and have it do something different than clicking on content in a
table.  I don't think many people would expect that to do something, and
(speaking for myself, not the MathML group), I don't think it is reasonable
to expect that MathML be able to do that.

Neil Soiffer
Senior Scientist
Design Science, Inc.
www.dessci.com
~ Makers of MathType, MathFlow, MathPlayer, MathDaisy, WebEQ, Equation
Editor ~



[1] http://www.w3.org/TR/html401/struct/links.html#h-12.2.2

Received on Tuesday, 13 April 2010 15:34:07 UTC