Skip to content

Commit 4d28fff

Browse files
authored
Merge pull request #4 from ericwbailey/update-ids
Update IDs
2 parents acc140a + 9496857 commit 4d28fff

14 files changed

+3421
-3275
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ root = true
1111

1212
# Tab style
1313
indent_style = space
14-
indent_size = 4
14+
indent_size = 2
1515

1616
# File format and handling
1717
charset = utf-8
1818
end_of_line = lf
1919
insert_final_newline = true
20-
trim_trailing_whitespace = true
20+
trim_trailing_whitespace = true

docs/index.html

Lines changed: 1712 additions & 1639 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "accessible-html-content-patterns",
33
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
44
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5-
"version": "0.3.3",
5+
"version": "1.0.0",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.design/)",
88
"contributors": "Scott Doxey <[email protected]> (https://www.scottdoxey.com/)",

partials/section.about.hbs

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<aside id="section__about" aria-labelledby="title__about"><!-- Start of #section__about -->
2-
<h2 id="title__about">About</h2>
3-
4-
<p>
5-
Accessible, semantic markup patterns for HTML content. Uses the full <a rel="external noopener" href="http://html5doctor.com/element-index/"><cite>HTML5 Doctor Element Index</cite></a>, minus the <code translate="no">&lt;command&gt;</code> and <code translate="no">&lt;menu&gt;</code> tags.
6-
</p>
7-
<p>
8-
Reference <a rel="external noopener" href="http://alistairduggin.co.uk/">Alistair Duggin</a>'s <a rel="external noopener" href="http://aduggin.github.io/accessibility-fails/"><cite>Accessibility Fails</cite></a> for common markup pattern accessibility mistakes, and <a rel="external noopener" href="http://pauljadam.com/">Paul J. Adam</a>'s <a rel="external noopener" href="http://pauljadam.com/demos/landmarks.html"><cite>WAI-ARIA Landmarks Site Navigation Structure Demo</cite></a> for semantic, accessible page landmarks.
9-
</p>
10-
</aside><!-- End of #section__about -->
1+
<!-- Start of #section-about -->
2+
<aside id="section-about" aria-labelledby="title-about">
3+
<h2 id="title-about">About</h2>
4+
<p>
5+
Accessible, semantic markup patterns for HTML content. Uses the full <a rel="external noopener" href="http://html5doctor.com/element-index/"><cite>HTML5 Doctor Element Index</cite></a>, minus the <code translate="no">&lt;command&gt;</code> and <code translate="no">&lt;menu&gt;</code> tags.
6+
</p>
7+
<p>
8+
Reference <a rel="external noopener" href="http://alistairduggin.co.uk/">Alistair Duggin</a>'s <a rel="external noopener" href="http://aduggin.github.io/accessibility-fails/"><cite>Accessibility Fails</cite></a> for common markup pattern accessibility mistakes, and <a rel="external noopener" href="http://pauljadam.com/">Paul J. Adam</a>'s <a rel="external noopener" href="http://pauljadam.com/demos/landmarks.html"><cite>WAI-ARIA Landmarks Site Navigation Structure Demo</cite></a> for semantic, accessible page landmarks.
9+
</p>
10+
</aside>
11+
<!-- End of #section-about -->

partials/section.embedded.hbs

Lines changed: 181 additions & 157 deletions
Large diffs are not rendered by default.

partials/section.footer.hbs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<footer id="section__credit" aria-labelledby="title__credit" role="contentinfo"><!-- Start of #section__credit -->
2-
<h2 id="title__credit">Credit</h2>
3-
4-
<p>
5-
Inspired by <a rel="external noopener" href="http://mrmrs.cc/">Adam Morse</a>'s <a rel="external noopener" href="https://github.com/mrmrs/html"><cite>mrmrs/html</cite></a>.
6-
</p>
7-
</footer><!-- End of #section__credit -->
1+
<!-- Start of #section-credit -->
2+
<footer id="section-credit" role="contentinfo">
3+
<h2 id="title-credit">Credit</h2>
4+
<p>
5+
Inspired by <a rel="external noopener" href="http://mrmrs.cc/">Adam Morse</a>'s <a rel="external noopener" href="https://github.com/mrmrs/html"><cite>mrmrs/html</cite></a>.
6+
</p>
7+
</footer>
8+
<!-- End of #section-credit -->

0 commit comments

Comments
 (0)