Forum Moderators: open
In a line of text, where the <em> element is used for semantic emphasis, and I want to make a link, should the <a> element be inside or outside the <em> tags?
Lorem ipsum dolor sit amet, <a href...><em>consectetuer</em></a> adipiscing elit.
or
Lorem ipsum dolor sit amet, <em><a href...>consectetuer</a></em> adipiscing elit.
Would all user agents (screen readers in particular) treat these as identical?