jjwilliams42 / generator-aspnet-semanticui

Yeoman ASP.NET Generator with Semantic UI Library
1 stars 2 forks source link

Fix menu link helper duplicate text context #5

Closed peterblazejewicz closed 8 years ago

peterblazejewicz commented 8 years ago

The current tag helper for navigation duplicates textual content into text of link and title of the link. Which is somehow against purpose of link with existing text: https://www.w3.org/TR/html401/struct/links.html#h-12.1.4 https://www.searchenginejournal.com/how-to-use-link-title-attribute-correctly/ (It will be spelled twice by screen readers). The tag helper should either provide attribute for title separately or just disregard title attribute if text is already set for anchor tag helper. Thanks!

jjwilliams42 commented 8 years ago

Agreed, I'll work on this tonight. Thanks!

@peterblazejewicz