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