jkphl/micrometa

View on GitHub
src/Micrometa/Tests/Fixture/link-type/valid-test.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:test="http://example.com/test-ns">
    <head>
        <meta charset="UTF-8">
        <title>Test document</title>
        <link href="/favicon.ico" rel="icon" sizes="any" type="image/x-icon"/>
        <link href="style.css" id="main-stylesheet" rel="stylesheet" type="text/css"/>
        <link charset="utf-8" href="http://example.com/blog.atom" rel="alternate" test:prop="arbitrary"
              title="Atom feed" type="application/atom+xml"/>
    </head>
    <body>
        <h1>Test document</h1>
        <div>
            <a href="https://twitter.com/jkphl" rel="me">Joschi Kuphal on Twitter</a>
        </div>
    </body>
</html>