OLD | NEW |
(Empty) | |
| 1 # html |
| 2 |
| 3 This directory contains tests related to [HTML standard](https://html.spec.whatw
g.org/). |
| 4 |
| 5 Please do not add tests unrelated to HTML standard. |
| 6 |
| 7 ## Exceptions |
| 8 |
| 9 Some areas have their own directories not under html/. |
| 10 |
| 11 * Canvas: ../fast/canvas/ or ../canvas/ |
| 12 * Editing: ../editing/ |
| 13 * Forms: [../fast/forms/](../fast/forms/README.md) |
| 14 * History API: ../fast/history/ |
| 15 * Media elements: ../media/ |
| 16 * Navigation/loading: ../fast/loader/, ../loader/, or ../http/tests/loading/ |
| 17 |
| 18 |
| 19 ## Sub-directories |
| 20 |
| 21 * details_summary/ |
| 22 |
| 23 DETAILS and SUMMARY elements. |
| 24 |
| 25 * dialog/ |
| 26 |
| 27 DIALOG element. |
| 28 |
| 29 * document-metadata/ |
| 30 |
| 31 [Document metadata elements](https://html.spec.whatwg.org/multipage/semantic
s.html#document-metadata); |
| 32 HEAD, TITLE, BASE, LINK, META, and STYLE. |
| 33 |
| 34 * grouping-content/ |
| 35 |
| 36 [Grouping content elmeents](https://html.spec.whatwg.org/multipage/semantics
.html#grouping-content); |
| 37 P, HR, PRE, BLOCKQUOTE, OL, UL, LI, DL, DT, DD, FIGURE, FIGCAPTION, MAIN, |
| 38 and DIV. |
| 39 |
| 40 * marquee/ |
| 41 |
| 42 MARQUEE element. |
| 43 |
| 44 * sections/ |
| 45 |
| 46 [Sections elements](https://html.spec.whatwg.org/multipage/semantics.html#se
ctions); |
| 47 BODY, ARTICLE, SECTION, NAV, ASIDE, Hn, HGROUP, HEADER, FOOTER, and ADDRESS. |
| 48 |
| 49 * text-level-semantics/ |
| 50 |
| 51 [Text-level semantics elements](https://html.spec.whatwg.org/multipage/seman
tics.html#text-level-semantics); |
| 52 A, EM, STRONG, SMALL, S, CITE, Q, DFN, ABBR, RUBY, RT, RP, DATA, TIME, CODE, |
| 53 VAR, SAMP, KBD, SUB, SUP, I, B, U, MARK, BDI, BDO, SPAN, BR, and WBR. |
OLD | NEW |