Skip to content

Commit

Permalink
use title attribute instead of id attribute when rendering anchors as…
Browse files Browse the repository at this point in the history
… the id attribute must be unique on a page (though not an issue in this test, it's better to adhere to correct practices).
  • Loading branch information
jbrichau committed Jul 14, 2024
1 parent ad52bec commit 2eb76d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ renderAnchorsOn: canvas
html unorderedList: [
html listItem: [
html anchor
id: 'name';
title: 'name';
callback: [ ];
with: 'Anchor' ] ] ]
factor: 1
Expand Down

0 comments on commit 2eb76d1

Please sign in to comment.