Doug Kearns | 6dd5840 | 2024-06-14 01:59:34 +1000 | [diff] [blame] | 1 | <!-- |
| 2 | HTML Syntax Test File |
| 3 | Maintainer: Doug Kearns <dougkearns@gmail.com> |
| 4 | Last Change: 2024 Jun 13 |
| 5 | VIM_TEST_SETUP let g:html_no_rendering = 1 |
| 6 | |
| 7 | TODO: Investigate macOS test failures when comparing italicized text with, |
| 8 | for example, <em> and <i> elements. FreeBSD fails with an empty <strike> |
| 9 | element. See #13591 and #14215. |
| 10 | --> |
| 11 | |
| 12 | <!-- HTML Elements --> |
| 13 | <a></a> |
| 14 | <abbr></abbr> |
| 15 | <address></address> |
| 16 | <area> |
| 17 | <article></article> |
| 18 | <aside></aside> |
| 19 | <audio></audio> |
| 20 | <b>bring attention to</b> |
| 21 | <base> |
| 22 | <bdi></bdi> |
| 23 | <bdo></bdo> |
| 24 | <blockquote></blockquote> |
| 25 | <body></body> |
| 26 | <br> |
| 27 | <button></button> |
| 28 | <canvas></canvas> |
| 29 | <caption></caption> |
| 30 | <cite></cite> |
| 31 | <code></code> |
| 32 | <col> |
| 33 | <colgroup></colgroup> |
| 34 | <data></data> |
| 35 | <datalist></datalist> |
| 36 | <dd></dd> |
| 37 | <del>deleted text</del> |
| 38 | <details></details> |
| 39 | <dfn></dfn> |
| 40 | <dialog></dialog> |
| 41 | <div></div> |
| 42 | <dl></dl> |
| 43 | <dt></dt> |
| 44 | <em>emphasis</em> |
| 45 | <embed> |
| 46 | <fieldset></fieldset> |
| 47 | <figcaption></figcaption> |
| 48 | <figure></figure> |
| 49 | <footer></footer> |
| 50 | <form></form> |
| 51 | <h1>Heading Level 1</h1> |
| 52 | <h2>Heading Level 3</h2> |
| 53 | <h3>Heading Level 4</h3> |
| 54 | <h4>Heading Level 4</h4> |
| 55 | <h5>Heading Level 5</h5> |
| 56 | <h6>Heading Level 6</h6> |
| 57 | <head></head> |
| 58 | <header></header> |
| 59 | <hgroup></hgroup> |
| 60 | <hr> |
| 61 | <html></html> |
| 62 | <i>idiomatic text</i> |
| 63 | <iframe></iframe> |
| 64 | <img> |
| 65 | <input> |
| 66 | <ins></ins> |
| 67 | <kbd></kbd> |
| 68 | <label></label> |
| 69 | <legend></legend> |
| 70 | <li></li> |
| 71 | <link> |
| 72 | <main></main> |
| 73 | <map></map> |
| 74 | <mark></mark> |
| 75 | <menu></menu> |
| 76 | <meta> |
| 77 | <meter></meter> |
| 78 | <nav></nav> |
| 79 | <noscript></noscript> |
| 80 | <object></object> |
| 81 | <ol></ol> |
| 82 | <optgroup></optgroup> |
| 83 | <option></option> |
| 84 | <output></output> |
| 85 | <p></p> |
| 86 | <picture></picture> |
| 87 | <pre>preformatted text</pre> |
| 88 | <progress></progress> |
| 89 | <q></q> |
| 90 | <rp></rp> |
| 91 | <rt></rt> |
| 92 | <ruby></ruby> |
| 93 | <!-- FreeBSD failure |
| 94 | <s>strikethrough</s> |
| 95 | --> |
| 96 | <samp></samp> |
| 97 | <script></script> |
| 98 | <search></search> |
| 99 | <section></section> |
| 100 | <select></select> |
| 101 | <slot></slot> |
| 102 | <small></small> |
| 103 | <source> |
| 104 | <span></span> |
| 105 | <strong>strong importance</strong> |
| 106 | <style></style> |
| 107 | <sub></sub> |
| 108 | <summary></summary> |
| 109 | <sup></sup> |
| 110 | <table></table> |
| 111 | <tbody></tbody> |
| 112 | <td></td> |
| 113 | <template></template> |
| 114 | <textarea></textarea> |
| 115 | <tfoot></tfoot> |
| 116 | <th></th> |
| 117 | <thead></thead> |
| 118 | <time></time> |
| 119 | <title></title> |
| 120 | <tr></tr> |
| 121 | <track> |
| 122 | <u>unarticulated annotation</u> |
| 123 | <ul></ul> |
| 124 | <var></var> |
| 125 | <video></video> |
| 126 | <wbr> |
| 127 | <xmp></xmp> |
| 128 | |
| 129 | <!-- Deprecated Elements --> |
| 130 | <acronym></acronym> |
| 131 | <big></big> |
| 132 | <center></center> |
| 133 | <dir></dir> |
| 134 | <font></font> |
| 135 | <frame></frame> |
| 136 | <frameset></frameset> |
| 137 | <marquee></marquee> |
| 138 | <menuitem></menuitem> |
| 139 | <nobr></nobr> |
| 140 | <noframes></noframes> |
| 141 | <param> |
| 142 | <rb></rb> |
| 143 | <rtc></rtc> |
| 144 | <strike>strikethrough</strike> |
| 145 | <tt></tt> |
| 146 | |
| 147 | <!-- Experimental - not highlighted --> |
| 148 | <portal></portal> |
| 149 | |
| 150 | <!-- Note: these deprecated elements have never been matched --> |
| 151 | <image> |
| 152 | <noembed> |
| 153 | <plaintext> |