-
-
Notifications
You must be signed in to change notification settings - Fork 397
/
Copy path.markbot.yml
40 lines (38 loc) · 1.21 KB
/
.markbot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
repo: "masthead-semantics"
canvasCourse: "web-dev-1"
inherit:
- naming-restrict-live
- git-2
- html
html:
- path: "index.html"
has:
- "header"
- check: 'header img'
message: 'There is no `<img>` tag inside a `<header>` tag'
- check: 'header h1'
message: 'There is no `<h1>` tag inside a `<header>` tag'
- check: 'header nav'
message: 'There is no `<nav>` tag inside a `<header>` tag'
- check: 'header nav ul'
message: 'There is no `<ul>` tag inside a `<nav>` tag, inside a `<header>` tag'
- "header nav ul li"
- check: "header nav ul li a"
message: 'There is no `<a>` tag inside the navigation list in the `<header>` tag'
- "figure"
- check: 'figure img'
message: 'There is no `<img>` tag inside the `<figure>` tag'
- check: 'figure figcaption'
message: 'There is no `<figcaption>` tag inside the `<figure>` tag'
- "main"
- check: 'main p'
message: 'There is no `<p>` tag inside a `<main>` tag'
search:
- "The Solar System"
- "Stars"
- "Terrestrial planets"
- "Gas giants"
- "Dwarf planets"
- "Asteroids"
- "Comets"
- "gravitationally"