Skip to content

Commit a90a904

Browse files
Alicerobdodson
authored andcommitted
Fix heading hierarchy and remove superfluous headers from dom-order e… (wesbos#4)
* Fix heading hierarchy and remove superfluous headers from dom-order exercise; make navigating by headings exercise reference solution version * Add a secret offscreen h2
1 parent c578106 commit a90a904

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

lesson2-focus/02-dom-order/index-solution.html

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,82 +8,75 @@
88
</head>
99

1010
<body>
11-
<nav>
11+
<header>
1212
<div class="container">
1313
<h1 class="logo">The Funion</h1>
1414
<!-- Maybe this could be improved with aria-activedescendant later? -->
15-
<div class="menu">
15+
<nav class="menu">
1616
<a href="#">Politics</a>
1717
<a href="#">Business</a>
1818
<a href="#">Entertainment</a>
1919
<a href="#">Sports</a>
2020
<a href="#" class="btn-search pull-right"><img src="./images/search.svg" alt="Search" />Search</a>
21-
</div>
21+
</nav>
2222
</div>
23-
</nav>
23+
</header>
2424
<main class="container">
25+
<h2 class="offscreen">Top story</h2>
2526
<article class="main-story">
2627
<img class="pull-right" src="./images/cat.jpg" alt="A cat staring menacingly off into space">
2728
<div class="info">
28-
<header>
29-
<h2 class="headline">Study shows 9 out of 10 cats quietly judging their owners as they sleep</h2>
30-
</header>
29+
<h3 class="headline">Study shows 9 out of 10 cats quietly judging their owners as they sleep</h3>
3130
<p>
3231
GRAND RAPIDS, MI—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
3332
aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
3433
</p>
3534
</div>
3635
</article>
3736
<div class="side-by-side">
38-
<article>
39-
<header class="tier-header">
37+
<div class="column">
38+
<div class="tier-header">
4039
<h2>In the news</h2>
41-
</header>
42-
<header>
43-
<h2 class="headline">Bee wonders if maybe everyone else is a drone and he's the only one who has it "figured out." <a href="#">Read More</a></h2>
44-
</header>
45-
<img src="./images/bee.jpg" alt="A bee on top of a flower" />
46-
</article>
47-
<article>
48-
<img src="./images/telephone.jpg" alt="A red, London telephone booth" />
49-
<div class="info">
50-
<header>
51-
<h2 class="headline">Telephone booths. How is this still a thing?</h2>
52-
</header>
53-
<p>
54-
LONDON—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
55-
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
56-
</p>
5740
</div>
58-
</article>
41+
<article>
42+
<h3 class="headline">Bee wonders if maybe everyone else is a drone and he's the only one who has it "figured out." <a href="#">Read More</a></h3>
43+
<img src="./images/bee.jpg" alt="A bee on top of a flower" />
44+
</article>
45+
</div>
46+
<div class="column">
47+
<article>
48+
<img src="./images/telephone.jpg" alt="A red, London telephone booth" />
49+
<div class="info">
50+
<h3 class="headline">Telephone booths. How is this still a thing?</h3>
51+
<p>
52+
LONDON—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
53+
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
54+
</p>
55+
</div>
56+
</article>
57+
</div>
5958
</div>
6059
<div class="three-col">
61-
<header class="tier-header">
60+
<div class="tier-header">
6261
<h2>Recommended</h2>
63-
</header>
62+
</div>
6463
<div class="columns">
6564
<article>
6665
<img src="./images/dog.jpg" alt="A dog at a desk looks up at a laptop and mouse" />
6766
<div class="info">
68-
<header>
69-
<h2 class="headline">Turn man's best friend into man's best personal assistant. <a href="#">Read More</a></h2>
70-
</header>
67+
<h3 class="headline">Turn man's best friend into man's best personal assistant. <a href="#">Read More</a></h3>
7168
</div>
7269
</article>
7370
<article>
7471
<img src="./images/coffee.jpg" alt="A cup of coffee on a table" />
7572
<div class="info">
76-
<header>
77-
<h2 class="headline">San Franciscans are losing their minds over this third wave, artisanal, fair trade, handcrafted, locavore coffee. <a href="#">Read More</a></h2>
78-
</header>
73+
<h3 class="headline">San Franciscans are losing their minds over this third wave, artisanal, fair trade, handcrafted, locavore coffee. <a href="#">Read More</a></h3>
7974
</div>
8075
</article>
8176
<article>
8277
<img src="./images/football.jpg" alt="A football player hands the ball off to another player" />
8378
<div class="info">
84-
<header>
85-
<h2 class="headline">Sportsball team scores a touchpoint to win the big race. <a href="#">Read More</a></h2>
86-
</header>
79+
<h3 class="headline">Sportsball team scores a touchpoint to win the big race. <a href="#">Read More</a></h3>
8780
</div>
8881
</article>
8982
</div>

lesson2-focus/02-dom-order/index.html

Lines changed: 31 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
</head>
99

1010
<body>
11-
<nav>
11+
<header>
1212
<div class="container">
1313
<h1 class="logo">The Funion</h1>
1414
<!-- Maybe this could be improved with aria-activedescendant later? -->
15-
<div class="menu">
15+
<nav class="menu">
1616
<a href="#" class="btn-search pull-right"><img src="./images/search.svg" alt="Search" />Search</a>
1717
<a href="#">Politics</a>
1818
<a href="#">Business</a>
1919
<a href="#">Entertainment</a>
2020
<a href="#">Sports</a>
21-
</div>
21+
</nav>
2222
</div>
23-
</nav>
23+
</header>
2424
<div class="newsletter">
2525
<div class="container">
2626
<h3>Like the Funion? Consider joining our newsletter!</h3>
@@ -29,68 +29,62 @@ <h3>Like the Funion? Consider joining our newsletter!</h3>
2929
</div>
3030
</div>
3131
<main class="container">
32+
<h2 class="offscreen">Top story</h2>
3233
<article class="main-story">
3334
<img class="pull-right" src="./images/cat.jpg" alt="A cat staring menacingly off into space">
3435
<div class="info">
35-
<header>
36-
<h2 class="headline">Study shows 9 out of 10 cats quietly judging their owners as they sleep</h2>
37-
</header>
36+
<h3 class="headline">Study shows 9 out of 10 cats quietly judging their owners as they sleep</h3>
3837
<p>
3938
GRAND RAPIDS, MI—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
4039
aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
4140
</p>
4241
</div>
4342
</article>
43+
4444
<div class="side-by-side">
45-
<article>
46-
<header class="tier-header">
45+
<div class="column">
46+
<div class="tier-header">
4747
<h2>In the news</h2>
48-
</header>
49-
<header>
50-
<h2 class="headline">Bee wonders if maybe everyone else is a drone and he's the only one who has it "figured out." <a href="#">Read More</a></h2>
51-
</header>
52-
<img src="./images/bee.jpg" alt="A bee on top of a flower" />
53-
</article>
54-
<article>
55-
<img src="./images/telephone.jpg" alt="A red, London telephone booth" />
56-
<div class="info">
57-
<header>
58-
<h2 class="headline">Telephone booths. How is this still a thing?</h2>
59-
</header>
60-
<p>
61-
LONDON—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
62-
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
63-
</p>
6448
</div>
65-
</article>
49+
<article>
50+
<h3 class="headline">Bee wonders if maybe everyone else is a drone and he's the only one who has it "figured out." <a href="#">Read More</a></h3>
51+
<img src="./images/bee.jpg" alt="A bee on top of a flower" />
52+
</article>
53+
</div>
54+
<div class="column">
55+
<article>
56+
<img src="./images/telephone.jpg" alt="A red, London telephone booth" />
57+
<div class="info">
58+
<h3 class="headline">Telephone booths. How is this still a thing?</h3>
59+
<p>
60+
LONDON—Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
61+
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <a href="#">Read More</a>
62+
</p>
63+
</div>
64+
</article>
65+
</div>
6666
</div>
6767
<div class="three-col">
68-
<header class="tier-header">
68+
<div class="tier-header">
6969
<h2>Recommended</h2>
70-
</header>
70+
</div>
7171
<div class="columns">
7272
<article>
7373
<img src="./images/dog.jpg" alt="A dog at a desk looks up at a laptop and mouse" />
7474
<div class="info">
75-
<header>
76-
<h2 class="headline">Turn man's best friend into man's best personal assistant. <a href="#">Read More</a></h2>
77-
</header>
75+
<h3 class="headline">Turn man's best friend into man's best personal assistant. <a href="#">Read More</a></h2>
7876
</div>
7977
</article>
8078
<article>
8179
<img src="./images/coffee.jpg" alt="A cup of coffee on a table" />
8280
<div class="info">
83-
<header>
84-
<h2 class="headline">San Franciscans are losing their minds over this third wave, artisanal, fair trade, handcrafted, locavore coffee. <a href="#">Read More</a></h2>
85-
</header>
81+
<h3 class="headline">San Franciscans are losing their minds over this third wave, artisanal, fair trade, handcrafted, locavore coffee. <a href="#">Read More</a></h2>
8682
</div>
8783
</article>
8884
<article>
8985
<img src="./images/football.jpg" alt="A football player hands the ball off to another player" />
9086
<div class="info">
91-
<header>
92-
<h2 class="headline">Sportsball team scores a touchpoint to win the big race. <a href="#">Read More</a></h2>
93-
</header>
87+
<h3 class="headline">Sportsball team scores a touchpoint to win the big race. <a href="#">Read More</a></h2>
9488
</div>
9589
</article>
9690
</div>

lesson2-focus/02-dom-order/main.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ h2 {
1616
margin-top: 0;
1717
}
1818

19+
article h3 {
20+
margin-top: 0;
21+
font-size: 1.5em;
22+
-webkit-margin-after: 0.83em;
23+
}
24+
1925
.container {
2026
max-width: 1000px;
2127
margin: 0 auto;
2228
}
2329

24-
nav {
30+
header {
2531
margin-bottom: 48px;
2632
box-shadow: 0 0 8px #BBB;
2733
border-bottom: 1px solid #AAA;
@@ -35,6 +41,12 @@ nav {
3541
border-bottom: 1px solid #DDD;
3642
}
3743

44+
.offscreen {
45+
position: absolute;
46+
left: -10000px;
47+
top: -10000px;
48+
}
49+
3850
.menu {
3951
padding: 16px 48px;
4052
}
@@ -93,7 +105,7 @@ article p {
93105
background: #006b3a;
94106
}
95107

96-
.side-by-side article {
108+
.side-by-side .column {
97109
display: inline-block;
98110
vertical-align: top;
99111
}
@@ -102,26 +114,27 @@ article p {
102114
max-width: 100%;
103115
}
104116

105-
.side-by-side article:first-child {
117+
.side-by-side .column:first-child {
106118
width: 70%;
107119
padding-right: 16px;
108120
border-right: 1px solid #AAA;
109121
}
110122

111-
.side-by-side article:last-child {
123+
.side-by-side .column:last-child {
112124
padding-left: 16px;
113125
width: 29%; /* Account for whitespace gap from display: inline-block */
114126
}
115127

116-
.side-by-side article:last-child .headline {
128+
.side-by-side .column:last-child .headline {
117129
font-size: 18px;
118130
}
119131

120132
.three-col {
121133
margin-bottom: 100px;
122134
}
123135

124-
.three-col h2 {
136+
.three-col h2, .three-col h3 {
137+
margin-top: 0;
125138
font-size: 16px;
126139
}
127140

lesson4-semantics-navigating/03-navigating-by-headings/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</style>
2323
</head>
2424
<body>
25-
<iframe id="funion" src="../../lesson2-focus/02-dom-order/index.html"></iframe>
25+
<iframe id="funion" src="../../lesson2-focus/02-dom-order/index-solution.html"></iframe>
2626
<script>
2727
function injectChromeVox(frame) {
2828
var templates = document.querySelectorAll('template');

0 commit comments

Comments
 (0)