You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Contributions are welcome!
64
64
-[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/)
65
65
-[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/)
66
66
-[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/)
Copy file name to clipboardExpand all lines: docs/index.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -270,9 +270,10 @@ <h2>Block-level link title</h2>
270
270
</p>
271
271
</a>
272
272
<h4id="notes-lists">Notes:</h4>
273
-
<p>
274
-
<small><ahref="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <codetranslate="no">noopener</code></a> for links that open in a new window/tab.</small>
275
-
</p>
273
+
<ul>
274
+
<li><small><ahref="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab" rel="external noopener">Browsers will imply <codetranslate="no">noopener</code></a> for links that open in a new window/tab.</small></li>
275
+
<li><small>Anchor element <codetranslate="no">href</code> values can <ahref="https://blog.jim-nielsen.com/2025/href-value-possibilities/">perform specific functionality</a>.</small></li>
Copy file name to clipboardExpand all lines: partials/section.text-level.hbs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,10 @@
48
48
</p>
49
49
</a>
50
50
<h4id="notes-lists">Notes:</h4>
51
-
<p>
52
-
<small><ahref="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab"rel="external noopener">Browsers will imply <codetranslate="no">noopener</code></a> for links that open in a new window/tab.</small>
53
-
</p>
51
+
<ul>
52
+
<li><small><ahref="https://werd.io/2024/browsers-imply-noopener-for-links-in-new-tab"rel="external noopener">Browsers will imply <codetranslate="no">noopener</code></a> for links that open in a new window/tab.</small></li>
53
+
<li><small>Anchor element <codetranslate="no">href</code> values can <ahref="https://blog.jim-nielsen.com/2025/href-value-possibilities/">perform specific functionality</a>.</small></li>
0 commit comments