build
This commit is contained in:
@ -927,7 +927,7 @@ class HeadingAnchors extends HTMLElement {
|
||||
anchor.classList.add(HeadingAnchors.classes.anchor);
|
||||
|
||||
let content = this.getContent();
|
||||
anchor.innerHTML = `<span aria-labelledby=${heading.id}>${content}</span>`;
|
||||
anchor.innerHTML = `<span aria-labelledby=${heading.id}>${content}</span>`; // CHANGED HERE
|
||||
|
||||
anchor.addEventListener("focus", e => {
|
||||
let anchor = e.target.closest(`.${HeadingAnchors.classes.anchor}`);
|
||||
@ -1040,8 +1040,8 @@ export { HeadingAnchors }</script>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/" title="go home" aria-label="go home | hello hello from Lee Cattarin in 2026">
|
||||
hello hello from Lee Cattarin in 2026</a>
|
||||
<a href="/" title="go home" aria-label="go home | hello hello from Lee Cattarin, 2022-2026">
|
||||
hello hello from Lee Cattarin, 2022-2026</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
@ -1053,6 +1053,6 @@ export { HeadingAnchors }</script>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/palette/` was built on 2026-05-14T15:56:39.333Z -->
|
||||
<!-- This page `/palette/` was built on 2026-05-14T16:22:55.587Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user