Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to correct url reference in H33 #3697

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion techniques/html/H33.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>When to Use</h2>
<section id="description">
<h2>Description</h2>
<p>The objective of this technique is to demonstrate how to use a <code class="language-html">title</code> attribute on an anchor element to provide additional text describing a link. The <code class="language-html">title</code> attribute is used to provide additional information to help clarify or further describe the purpose of a link. If the supplementary information provided through the <code class="language-html">title</code> attribute is something the user should know before following the link, such as a warning, then it should be provided in the link text rather than in the <code class="language-html">title</code> attribute.</p>
<p>Because of the extensive user agent limitations in supporting access to the title attribute, authors should use caution in applying this technique. For this reason, it is preferred that the author use technique <a href="../css/C7">C7: Using CSS to hide a portion of the link text</a> or <a href="../html/H30">H30: Providing link text that describes the purpose of a link for anchor elements</a>.</p>
<p>Because of the extensive user agent limitations in supporting access to the title attribute, authors should use caution in applying this technique. For this reason, it is preferred that the author use technique <a href="../css/C7">C7: Using CSS to hide a portion of the link text</a> or <a href="../html/H30">H30: Providing link text that describes the purpose of a link for anchor elements</a>.</p>
</section>
<section id="examples">
<h2>Examples</h2>
Expand Down