Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/WebKit/LayoutTests/html/README.md

Issue 2682623002: Add README.md to dom/html-related directories in LayoutTests. (Closed)
Patch Set: Add newlines at end of files. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/html/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/html/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698