2
2
< html lang ="en-US ">
3
3
< head >
4
4
< title > Vocabulary - Docs</ title >
5
-
5
+
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
8
8
< link rel ="stylesheet " media ="all " href ="style.css " />
@@ -26,10 +26,10 @@ <h1>Vocabulary</h1>
26
26
27
27
< nav >
28
28
< ul >
29
- < li > < a href ="#introduction " class ="active "> Introduction</ a > </ li >
29
+ < li > < a href ="#introduction " class ="active "> Introduction</ a > </ li >
30
30
< li > < a href ="#installation "> Installation</ a > </ li >
31
31
< li > < a href ="#components "> Components</ a > </ li >
32
-
32
+ < li > < a href =" #specimen " > Specimen Index </ a > </ li >
33
33
</ ul >
34
34
35
35
</ nav >
@@ -82,7 +82,7 @@ <h4>A prototype contains:</h4>
82
82
83
83
< h3 id ="upstream-downstream-change-flow "> Upstream/Downstream Change Flow</ h3 >
84
84
85
- This enables two modes of build work.
85
+ This enables two modes of build work.
86
86
87
87
< h4 > A: upstream → downstream</ h4 >
88
88
< ol >
@@ -121,25 +121,25 @@ <h3>02. CSS Installation</h3>
121
121
122
122
< pre >
123
123
< code class ="lang-html ">
124
-
124
+
125
125
< link rel ="stylesheet " media ="all " href ="PATH/TO/style.css " />
126
-
126
+
127
127
</ code >
128
128
</ pre >
129
129
130
130
131
131
132
132
< p > Include < span class ="distinct "> vocabulary.css</ span > from within < span class ="distinct "> style.css</ span > via a < a href ="# "> CSS @layer import</ a > at the top of the file.</ p >
133
133
134
- < aside >
134
+ < aside >
135
135
< p > CSS Layers provide a reliable, and safely overridable cascade of rulesets.</ p >
136
136
</ aside >
137
137
138
138
< pre >
139
139
< code class ="lang-css ">
140
-
140
+
141
141
@import 'PATH/TO/vocabulary/css/vocabulary.css' layer(vocabulary);
142
-
142
+
143
143
</ code >
144
144
</ pre >
145
145
@@ -149,11 +149,11 @@ <h3>02. CSS Installation</h3>
149
149
150
150
< pre >
151
151
< code class ="lang-css ">
152
-
152
+
153
153
@import 'PATH/TO/vocabulary/css/vocabulary.css' layer(vocabulary);
154
154
@import 'PATH/TO/vocabulary/css/vocabulary-tests.css' layer(vocabulary-tests);
155
-
156
-
155
+
156
+
157
157
</ code >
158
158
</ pre >
159
159
@@ -170,7 +170,7 @@ <h3>03. JS Installation</h3>
170
170
171
171
< script src ="PATH/TO/vocabulary/js/vocabulary.js "> </ script >
172
172
173
-
173
+
174
174
</ code >
175
175
</ pre >
176
176
@@ -198,15 +198,15 @@ <h3 id="global-header">Header - Global Area</h3><a class="permalink" href="#glob
198
198
199
199
< p > The Global Header component contains several sub-elements.</ p >
200
200
< ul >
201
-
201
+
202
202
< li >
203
203
Masthead
204
204
< ul >
205
205
< li > Entity Logo</ li >
206
206
< li > Primary Nav Menu</ li >
207
207
< li > Ancillary Nav Menu</ li >
208
208
</ ul >
209
- </ li >
209
+ </ li >
210
210
< li >
211
211
Explore Panel (Explore CC)
212
212
< ul >
@@ -300,7 +300,7 @@ <h2>Our Work Relies On You!</h2>
300
300
301
301
</ header >
302
302
303
-
303
+
304
304
</ code >
305
305
</ pre >
306
306
@@ -394,7 +394,7 @@ <h2>Support Our Work</h2>
394
394
395
395
</ footer >
396
396
397
-
397
+
398
398
</ code >
399
399
</ pre >
400
400
@@ -454,7 +454,7 @@ <h4>Expected Contexts</h4>
454
454
< code class ="lang-html ">
455
455
456
456
< article class ="attention ">
457
-
457
+
458
458
content here
459
459
460
460
</ article >
@@ -576,7 +576,7 @@ <h4>Expected Contexts</h4>
576
576
< article class ="posts ">
577
577
578
578
< h2 > Title Here</ h2 >
579
-
579
+
580
580
< article class ="story ">
581
581
< header >
582
582
< h3 > < a href ="# "> Title Here</ a > </ h3 >
@@ -797,7 +797,7 @@ <h2>Title</h2>
797
797
< h3 class ="stat "> 55+ million articles</ h3 >
798
798
< p > Descriptive text here</ p >
799
799
</ article >
800
-
800
+
801
801
802
802
</ code >
803
803
</ pre >
@@ -961,7 +961,7 @@ <h1>Title Here</h1>
961
961
< span class ="categories "> <!-- optional -->
962
962
< a href ="# "> Open Culture</ a >
963
963
</ span >
964
-
964
+
965
965
</ header >
966
966
967
967
</ code >
@@ -991,13 +991,19 @@ <h1>Name</h1>
991
991
< div class ="bio ">
992
992
< p > Bio here</ p >
993
993
</ div >
994
-
994
+
995
995
</ header >
996
996
997
997
</ code >
998
998
</ pre >
999
999
1000
1000
1001
+ < h2 id ="specimen "> Specimen Index</ h2 > < a class ="permalink " href ="#specimen "> permalink</ a >
1002
+
1003
+ < ul >
1004
+ < li > < a href ="specimen/index.html "> Vocabulary Specimens</ a > </ li >
1005
+ </ ul >
1006
+
1001
1007
</ main >
1002
1008
1003
1009
0 commit comments