Re: Nested links (not related to children presentational issue in ARIA 1.1)

Hi Jason,

the text after the inner link becomes a regular text node. It is not part
of the outer link.

Marco


2016-06-23 18:31 GMT+02:00 White, Jason J <jjwhite@ets.org>:

>
>
> > -----Original Message-----
> > From: Joseph Scheuhammer [mailto:clown@alum.mit.edu]
>
> > Also, I looked at the DOM that the three browsers produce, and there are
> two
> > sibling links.  That is, the nesting in lost going from the source
> markup to the
> > internal DOM.
> [Jason] What happens if you write:
> <a href="http://www.example.org/somewhere.html">outer link <a href="
> http://www.example.org/elsewhere.html">inner link</a> outer again</a>
>
> The right solution would be three links, with the third referring to the
> same destination as the first.
>
> I'm struggling to think of good use cases for this nested link
> functionality though. There could be better ways of achieving whatever the
> SVG working group participants have in mind for it.
>
>
> ________________________________
>
> This e-mail and any files transmitted with it may contain privileged or
> confidential information. It is solely for use by the individual for whom
> it is intended, even if addressed incorrectly. If you received this e-mail
> in error, please notify the sender; do not disclose, copy, distribute, or
> take any action in reliance on the contents of this information; and delete
> it from your system. Any other use of this e-mail is prohibited.
>
>
> Thank you for your compliance.
>
> ________________________________
>

Received on Friday, 24 June 2016 12:47:22 UTC