|
| 1 | +<html> |
| 2 | + <head> |
| 3 | + <title>GeneratorTest Coding Standards</title> |
| 4 | + <style> |
| 5 | + body { |
| 6 | + background-color: #FFFFFF; |
| 7 | + font-size: 14px; |
| 8 | + font-family: Arial, Helvetica, sans-serif; |
| 9 | + color: #000000; |
| 10 | + } |
| 11 | + |
| 12 | + h1 { |
| 13 | + color: #666666; |
| 14 | + font-size: 20px; |
| 15 | + font-weight: bold; |
| 16 | + margin-top: 0px; |
| 17 | + background-color: #E6E7E8; |
| 18 | + padding: 20px; |
| 19 | + border: 1px solid #BBBBBB; |
| 20 | + } |
| 21 | + |
| 22 | + h2 { |
| 23 | + color: #00A5E3; |
| 24 | + font-size: 16px; |
| 25 | + font-weight: normal; |
| 26 | + margin-top: 50px; |
| 27 | + } |
| 28 | + |
| 29 | + h2 a.sniffanchor, |
| 30 | + h2 a.sniffanchor { |
| 31 | + color: #006C95; |
| 32 | + opacity: 0; |
| 33 | + padding: 0 3px; |
| 34 | + text-decoration: none; |
| 35 | + font-weight: bold; |
| 36 | + } |
| 37 | + h2:hover a.sniffanchor, |
| 38 | + h2:focus a.sniffanchor { |
| 39 | + opacity: 1; |
| 40 | + } |
| 41 | + |
| 42 | + .code-comparison { |
| 43 | + width: 100%; |
| 44 | + } |
| 45 | + |
| 46 | + .code-comparison td { |
| 47 | + border: 1px solid #CCCCCC; |
| 48 | + } |
| 49 | + |
| 50 | + .code-comparison-title, .code-comparison-code { |
| 51 | + font-family: Arial, Helvetica, sans-serif; |
| 52 | + font-size: 12px; |
| 53 | + color: #000000; |
| 54 | + vertical-align: top; |
| 55 | + padding: 4px; |
| 56 | + width: 50%; |
| 57 | + background-color: #F1F1F1; |
| 58 | + line-height: 15px; |
| 59 | + } |
| 60 | + |
| 61 | + .code-comparison-title { |
| 62 | + text-align: left; |
| 63 | + font-weight: 600; |
| 64 | + } |
| 65 | + |
| 66 | + .code-comparison-code { |
| 67 | + font-family: Courier; |
| 68 | + background-color: #F9F9F9; |
| 69 | + } |
| 70 | + |
| 71 | + .code-comparison-highlight { |
| 72 | + background-color: #DDF1F7; |
| 73 | + border: 1px solid #00A5E3; |
| 74 | + line-height: 15px; |
| 75 | + } |
| 76 | + |
| 77 | + .tag-line { |
| 78 | + text-align: center; |
| 79 | + width: 100%; |
| 80 | + margin-top: 30px; |
| 81 | + font-size: 12px; |
| 82 | + } |
| 83 | + |
| 84 | + .tag-line a { |
| 85 | + color: #000000; |
| 86 | + } |
| 87 | + </style> |
| 88 | + </head> |
| 89 | + <body> |
| 90 | + <h1>GeneratorTest Coding Standards</h1> |
| 91 | + <h2>Table of Contents</h2> |
| 92 | + <ul class="toc"> |
| 93 | + <li><a href="#url-enc-de-non---sc-----chars">URL enc@de non-àscíï chars</a></li> |
| 94 | + <li><a href="#url-enc-de-non---sc-----chars-2">URL enc@de non-àscíï chars</a></li> |
| 95 | + <li><a href="#url-enc-de-non---sc-----chars-3">URL enc@de non-àscíï chars</a></li> |
| 96 | + </ul> |
| 97 | + <h2 id="url-enc-de-non---sc-----chars">URL enc@de non-àscíï chars<a class="sniffanchor" href="#url-enc-de-non---sc-----chars"> § </a></h2> |
| 98 | + <p class="text">The documentation title has non-ascii characters, which will be slugified for use in an HTML anchor link.</p> |
| 99 | + <h2 id="url-enc-de-non---sc-----chars-2">URL enc@de non-àscíï chars<a class="sniffanchor" href="#url-enc-de-non---sc-----chars-2"> § </a></h2> |
| 100 | + <p class="text">The documentation title has non-ascii characters, which will be slugified for use in an HTML anchor link.<br/> |
| 101 | +A duplicate anchor link will get a numeric suffix.</p> |
| 102 | + <h2 id="url-enc-de-non---sc-----chars-3">URL enc@de non-àscíï chars<a class="sniffanchor" href="#url-enc-de-non---sc-----chars-3"> § </a></h2> |
| 103 | + <p class="text">The documentation title has non-ascii characters, which will be slugified for use in an HTML anchor link.<br/> |
| 104 | +A duplicate anchor link will get a numeric suffix.</p> |
| 105 | + <div class="tag-line">Documentation generated on #REDACTED# by <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer #VERSION#</a></div> |
| 106 | + </body> |
| 107 | +</html> |
0 commit comments