Skip to content

Commit b9fa5cb

Browse files
committed
Rebuild docs
1 parent 1d384ba commit b9fa5cb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<h1>Accessible HTML Content Patterns</h1>
1717

18-
<aside id="section__project-link" role="complementary" aria-labelledby="title__project"><!-- Start of #section__project-link -->
18+
<aside id="section__project-link" aria-labelledby="title__project"><!-- Start of #section__project-link -->
1919
<a href="https://github.com/ericwbailey/accessible-html-content-patterns">
2020
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 250 250" fill="#ffffff" style="position: absolute; top: 0; right: 0">
2121
<title id="title__project" style="border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;">View project repository on GitHub</title>
@@ -29,7 +29,7 @@ <h1>Accessible HTML Content Patterns</h1>
2929

3030
<main role="main">
3131

32-
<nav id="section__table-of-contents" role="navigation" aria-labelledby="title__table-of-contents"><!-- Start of #section__table-of-contents -->
32+
<nav id="section__table-of-contents" aria-labelledby="title__table-of-contents"><!-- Start of #section__table-of-contents -->
3333
<h2 id="title__table-of-contents">Table of Contents</h2>
3434
<ul>
3535
<li><a href="#section__about">About</a></li>
@@ -78,7 +78,7 @@ <h2 id="title__table-of-contents">Table of Contents</h2>
7878

7979
<hr />
8080

81-
<aside id="section__about" role="complementary" aria-labelledby="title__about"><!-- Start of #section__about -->
81+
<aside id="section__about" aria-labelledby="title__about"><!-- Start of #section__about -->
8282
<h2 id="title__about">About</h2>
8383

8484
<p>
@@ -91,7 +91,7 @@ <h2 id="title__about">About</h2>
9191

9292
<hr />
9393

94-
<section id="section__headings" role="region" aria-labelledby="title__headings"><!-- Start of #section__headings -->
94+
<section id="section__headings" aria-labelledby="title__headings"><!-- Start of #section__headings -->
9595
<h2 id="title__headings">Headings</h2>
9696

9797
<h1>First Header h1</h1>
@@ -122,10 +122,10 @@ <h6>Sixth header h6</h6>
122122

123123
<hr />
124124

125-
<section id="section__text-level" role="region" aria-labelledby="title__text-level"><!-- Start of #section__text-level -->
125+
<section id="section__text-level" aria-labelledby="title__text-level"><!-- Start of #section__text-level -->
126126
<h2 id="title__text-level">Text-level</h2>
127127

128-
<div id="subsection__content" role="region" aria-labelledby="subtitle__content"><!-- Start of #subsection__content -->
128+
<div id="subsection__content" aria-labelledby="subtitle__content"><!-- Start of #subsection__content -->
129129
<h3 id="subtitle__content">Content</h3>
130130
<p>
131131
And he <em>looked</em> over at <strong>the alarm clock</strong>, ticking on the <i>chest</i> of <b>drawers</b>. "God in <u>Heaven</u>!" he <s>thought</s>. It was <small>half past six</small> and the <abbr>hands</abbr> were <q>quietly moving forwards</q>, it was even later <cite>than half past</cite>, more <dfn>like quarter to seven</dfn>. Had the <sub>alarm</sub> clock not <sup>rung</sup>? He <time>could</time> see from the <code>bed that it had been set</code> for four <kbd>o'clock</kbd> as it <samp>should</samp> have <var>been</var>; it <mark>certainly</mark> must have rung.
@@ -142,7 +142,7 @@ <h3 id="subtitle__content">Content</h3>
142142
Yes, but was it <bdi>possible</bdi> to <bdo>quietly</bdo> sleep <ruby>through</ruby> that <rt>furniture-rattling</rt> noise? <rp>True</rp>, he <span>had not slept</span> peacefully, but <del>probably</del> all the more <ins>deeply</ins> because of that. What should he do now? The next train went at seven; if he were to catch that he would have to rush like mad and the collection of samples was still not packed, and he did not at all feel particularly fresh and lively.
143143
</p>
144144
</div><!-- End of #subsection__content -->
145-
<div id="subsection__links" role="region" aria-labelledby="subtitle__links"><!-- Start of #subsection__links -->
145+
<div id="subsection__links" aria-labelledby="subtitle__links"><!-- Start of #subsection__links -->
146146
<h3 id="subtitle__links">Links</h3>
147147
<p>
148148
And even if he did catch the <a href="#">train</a> he would not avoid his boss's anger as the <a href="#" rel="external noopener">office assistant</a> would have been there to see the five o'clock train go, he would have put in his report about <a href="https://twitter.com/twitter" rel="external noopener">Gregor</a>'s not being there a long time ago. The office assistant was the boss's man, spineless, and with no understanding. What about if he reported sick? But that would be <a href="#">extremely strained and suspicious as in fifteen years of service Gregor had never once yet been ill</a>. His boss would certainly come round with the doctor from the medical insurance company, accuse his parents of having a lazy son, and accept the doctor's recommendation not to make any claim as the doctor believed that no-one was ever ill but that many were workshy. And what's more, would he have been entirely wrong in this case? Gregor did in fact, apart from excessive sleepiness after sleeping for so long, feel completely well and even felt much hungrier than usual.
@@ -154,7 +154,7 @@ <h2>Block-level link title</h2>
154154
</p>
155155
</a>
156156
</div><!-- End of #subsection__links -->
157-
<div id="subsection__lists" role="region" aria-labelledby="subtitle__lists"><!-- Start of #subsection__lists -->
157+
<div id="subsection__lists" aria-labelledby="subtitle__lists"><!-- Start of #subsection__lists -->
158158
<h3 id="subtitle__lists">Lists</h3>
159159
<h3>Unordered List</h3>
160160
<ul>
@@ -235,7 +235,7 @@ <h3>Definition List</h3>
235235
</dd>
236236
</dl>
237237
</div><!-- End of #subsection__lists -->
238-
<div id="subsection__code" role="region" aria-labelledby="subtitle__code"><!-- Start of #subsection__code -->
238+
<div id="subsection__code" aria-labelledby="subtitle__code"><!-- Start of #subsection__code -->
239239
<h3 id="subtitle__code">Code</h3>
240240
<code>
241241
<pre>
@@ -261,7 +261,7 @@ <h3 id="subtitle__code">Code</h3>
261261
</pre>
262262
</samp>
263263
</div><!-- End of #subsection__code -->
264-
<div id="subsection__symbols" role="region" aria-labelledby="subtitle__symbols"><!-- Start of #subsection__symbols -->
264+
<div id="subsection__symbols" aria-labelledby="subtitle__symbols"><!-- Start of #subsection__symbols -->
265265
<h3 id="subtitle__symbols">Symbols</h3>
266266
<ul>
267267
<li><span role="definition" aria-label="Plus">+</span></li>
@@ -281,7 +281,7 @@ <h3 id="subtitle__symbols">Symbols</h3>
281281
<small>Note: Certain screen readers will not <a rel="external noopener" href="http://www.deque.com/blog/dont-screen-readers-read-whats-screen-part-1-punctuation-typographic-symbols/">read certain symbols out loud</a>. Use <code>role="definition"</code> in conjunction with <code>aria-label</code> to ensure the symbol is read.</small>
282282
</p>
283283
</div><!-- End of #subsection__symbols -->
284-
<div id="subsection__emoji" role="region" aria-labelledby="subtitle__emoji"><!-- Start of #subsection__emoji -->
284+
<div id="subsection__emoji" aria-labelledby="subtitle__emoji"><!-- Start of #subsection__emoji -->
285285
<h3 id="subtitle__emoji">Emoji</h3>
286286
<ul>
287287
<li><span role="img" aria-label="Peach emoji">🍑</span></li>
@@ -298,7 +298,7 @@ <h3 id="subtitle__emoji">Emoji</h3>
298298

299299
<hr />
300300

301-
<section id="section__tables" role="region" aria-labelledby="title__tables"><!-- Start of #section__tables -->
301+
<section id="section__tables" aria-labelledby="title__tables"><!-- Start of #section__tables -->
302302
<h2 id="title__tables">Tables</h2>
303303

304304
<table>
@@ -396,7 +396,7 @@ <h2 id="title__tables">Tables</h2>
396396

397397
<hr />
398398

399-
<section id="section__embedded" role="region" aria-labelledby="title__embedded"><!-- Start of #section__embedded -->
399+
<section id="section__embedded" aria-labelledby="title__embedded"><!-- Start of #section__embedded -->
400400
<h2 id="title__embedded">Embedded</h2>
401401

402402
<h2 id="subsection__image">Image</h2><!-- Start of #subsection__image -->
@@ -561,7 +561,7 @@ <h2 id="subsection__canvas">Canvas</h2><!-- Start of #subsection__canvas -->
561561

562562
<hr />
563563

564-
<section id="section__forms" role="region" aria-labelledby="title__forms"><!-- Start of #section__forms -->
564+
<section id="section__forms" aria-labelledby="title__forms"><!-- Start of #section__forms -->
565565
<h2 id="title__forms">Forms</h2>
566566

567567
<form>
@@ -1561,7 +1561,7 @@ <h4 id="subtitle__buttons">Buttons</h4>
15611561

15621562
<hr />
15631563

1564-
<footer id="section__credit" role="contentinfo" aria-labelledby="title__credit"><!-- Start of #section__credit -->
1564+
<footer id="section__credit" aria-labelledby="title__credit"><!-- Start of #section__credit -->
15651565
<h2 id="title__credit">Credit</h2>
15661566

15671567
<p>

0 commit comments

Comments
 (0)