| LEFT | RIGHT | 
|   1 <body> |   1 <html> | 
|   2     Image link: <img src="../img/icon"></img> |   2   <body> | 
|   3     Link to external source: <a href="http://bar.de/">Bar</a> |   3 Simple TS with default: Translate. | 
|   4     Link to self: <a href="rel_path" hreflang="en"> |   4 Same TS with no default: Translate. | 
|   5     Link to self with extension: <a href="rel_path.html" hreflang="en"> |   5 Nested translation: <a href="http://foo.com/">Foo</a> and <a href="http://baz.co
    m/">Baz</a>. | 
|   6     Relative link to local page: <a href="../en/sitemap"> |   6 Link resolving: <a href="translate" hreflang="en">This page</a>. | 
|   7     Absolute link to local page: <a href="sitemap"> |   7 Link to a non-translatable page: <a href="sitemap" hreflang="en">Site map</a>. | 
|   8     Relative link to different locale: <a href="../de/sitemap"> |   8 Entity escaping in links: <a href="http://foo.com/?a&b">Foo</a>. | 
|   9     Absolute link to diferent locale: <a href="../de/sitemap"> |   9 Image link: <img src="../img/icon"></img> | 
|  10     Relative link to page in subfolder: <a href="../foo/bar"> |  10 Link to external source: <a href="http://bar.de/">Bar</a> | 
|  11     Absolute link to page in subfolder: <a href="../foo/bar"> |  11 Link to self: <a href="rel_path" hreflang="en"> | 
|  12 </body> |  12 Link to self with extension: <a href="rel_path.html" hreflang="en"> | 
 |  13 Relative link to local page: <a href="../en/sitemap"> | 
 |  14 Absolute link to local page: <a href="sitemap"> | 
 |  15 Relative link to different locale: <a href="../de/sitemap"> | 
 |  16 Absolute link to diferent locale: <a href="../de/sitemap"> | 
 |  17 Relative link to page in subfolder: <a href="../foo/bar"> | 
 |  18 Absolute link to page in subfolder: <a href="../foo/bar"> | 
 |  19   </body> | 
 |  20 </html> | 
| LEFT | RIGHT |