Skip to content

Commit a8e83fb

Browse files
authored
Add reference to href value functionality (#29)
* Add A Few Things About the Anchor Element’s href You Might Not Have Known * Rebuild docs * Patch version bump
1 parent 5d3db17 commit a8e83fb

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Contributions are welcome!
6464
- [CSS-Tricks](https://css-tricks.com/)' [Everything You Ever Wanted to Know About inputmode](https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/)
6565
- [Cloud Four](https://cloudfour.com/)'s [Autofill: What web devs should know, but don’t](https://cloudfour.com/thinks/autofill-what-web-devs-should-know-but-dont/)
6666
- [Alex Holachek](https://github.com/aholachek)'s [Build a Better Mobile Input](https://better-mobile-inputs.netlify.app/)
67+
- [Jim Nielsen](https://www.jim-nielsen.com/)'s [A Few Things About the Anchor Element’s href You Might Not Have Known](https://blog.jim-nielsen.com/2025/href-value-possibilities/)
6768

6869

6970
## License

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,10 @@ <h2>Block-level link title</h2>
270270
</p>
271271
</a>
272272
<h4 id="notes-lists">Notes:</h4>
273-
<p>
274-
<small><a href="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <code translate="no">noopener</code></a> for links that open in a new window/tab.</small>
275-
</p>
273+
<ul>
274+
<li><small><a href="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <code translate="no">noopener</code></a> for links that open in a new window/tab.</small></li>
275+
<li><small>Anchor element <code translate="no">href</code> values can <a href="https://blog.jim-nielsen.com/2025/href-value-possibilities/">perform specific functionality</a>.</small></li>
276+
</ul>
276277
</div>
277278
<!-- End of #subsection-links -->
278279

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": "2.10.0",
5+
"version": "2.10.1",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.website/)",
88
"contributors": [

partials/section.text-level.hbs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
</p>
4949
</a>
5050
<h4 id="notes-lists">Notes:</h4>
51-
<p>
52-
<small><a href="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <code translate="no">noopener</code></a> for links that open in a new window/tab.</small>
53-
</p>
51+
<ul>
52+
<li><small><a href="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <code translate="no">noopener</code></a> for links that open in a new window/tab.</small></li>
53+
<li><small>Anchor element <code translate="no">href</code> values can <a href="https://blog.jim-nielsen.com/2025/href-value-possibilities/">perform specific functionality</a>.</small></li>
54+
</ul>
5455
</div>
5556
<!-- End of #subsection-links -->
5657

0 commit comments

Comments
 (0)