Kanonische Referenzen ausliefern - Testdokument mit Skript
Validität dieses Dokumentes prüfen.
- Externe Links
- http://example.tld/bar/index.php
- http://example.tld/bar/index.php#zot
- http://example.tld/bar/
- http://example.tld/bar/#zot
- <a href="http://example.tld/bar/index.php">
- <a href="http://example.tld/bar/index.php#zot">
- <a href="http://example.tld/bar/">
- <a href="http://example.tld/bar/#zot">
- http://example.tld/bar/foo.php
- http://example.tld/bar/foo.php#zot
- http://example.tld/bar/foo
- http://example.tld/bar/foo#zot
- <a href="http://example.tld/bar/foo.php">
- <a href="http://example.tld/bar/foo.php#zot">
- <a href="http://example.tld/bar/foo">
- <a href="http://example.tld/bar/foo#zot">
- Interne Links
- /bar/index.php
- /bar/index.php#zot
- /bar/
- /bar/#zot
- <a href="/bar/index.php">
- <a href="/bar/index.php#zot">
- <a href="/bar/">
- <a href="/bar/#zot">
- /bar/foo.php
- /bar/foo.php#zot
- /bar/foo
- /bar/foo#zot
- <a href="/bar/foo.php">
- <a href="/bar/foo.php#zot">
- <a href="/bar/foo">
- <a href="/bar/foo#zot">
- #zot
- <a href="#zot">
- Diverses
- Mit Attribut
class Attribut href : /bar/foo.php
- Mit Attribut
class vor Attribut href: /bar/foo.php
- Mit Query-Part: /bar/foo.php?a=zot
- Mit ' statt " für den Wert: /bar/foo.php
- Mit Leerzeichen vor und nach dem Gleichheitszeichen hinter dem Attribut
href: /bar/foo.php
- Dokument-relative Referenzierung: ./foo.php und ../../foo.php
- Mit Majuskeln im Attribut: /bar/foo.php
- Mit Majuskeln im Element: /bar/foo.php
- Mit Endung "html": /bar/foo.html
- Mit Endung "htm": /bar/foo.htm
- Mit im "index.php" im Linktext: ""
Referenz im Attribut action im Element form