Skip to content

Commit

Permalink
[e] (0) <u> example. If anyone has any better ideas, let me know.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27409
Affected topics: HTML

git-svn-id: https://svn.whatwg.org/webapps@8888 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2015
1 parent 91799e2 commit 6dd7f19
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions complete.html
Expand Up @@ -15468,6 +15468,13 @@ <h4 id=the-u-element>4.5.22 The <dfn><code>u</code></dfn> element</h4><div class
clashes with the conventional rendering of hyperlinks (underlining). Authors are encouraged to
avoid using the <code id=the-u-element:the-u-element-3><a href=#the-u-element>u</a></code> element where it could be confused for a hyperlink.</p>

<div class=example>

<p>In this example, a <code id=the-u-element:the-u-element-4><a href=#the-u-element>u</a></code> element is used to mark a word as misspelt:</p>

<pre>&lt;p>The &lt;u>see&lt;/u> is full of fish.&lt;/p></pre>

</div>



Expand Down
7 changes: 7 additions & 0 deletions index
Expand Up @@ -15468,6 +15468,13 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
clashes with the conventional rendering of hyperlinks (underlining). Authors are encouraged to
avoid using the <code id=the-u-element:the-u-element-3><a href=#the-u-element>u</a></code> element where it could be confused for a hyperlink.</p>

<div class=example>

<p>In this example, a <code id=the-u-element:the-u-element-4><a href=#the-u-element>u</a></code> element is used to mark a word as misspelt:</p>

<pre>&lt;p>The &lt;u>see&lt;/u> is full of fish.&lt;/p></pre>

</div>



Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -21346,6 +21346,13 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
clashes with the conventional rendering of hyperlinks (underlining). Authors are encouraged to
avoid using the <code>u</code> element where it could be confused for a hyperlink.</p>

<div class="example">

<p>In this example, a <code>u</code> element is used to mark a word as misspelt:</p>

<pre>&lt;p>The &lt;u>see&lt;/u> is full of fish.&lt;/p></pre>

</div>



Expand Down

0 comments on commit 6dd7f19

Please sign in to comment.