Skip to content

Commit

Permalink
Demonstrate how <wbr> can be non-empty
Browse files Browse the repository at this point in the history
Also adjust indentation to account for the surrounding <div>.

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=27450
  • Loading branch information
annevk committed Aug 28, 2015
1 parent 6ac358f commit c8c2f78
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions source
Expand Up @@ -21724,11 +21724,15 @@ Course course = Helm.CourseFactory(Heading, &lt;wbr>Maps.MapFactoryFromHeading(h

<div w-nodev>

<p>Any content inside <code>wbr</code> elements must not be considered part of the surrounding
text.</p>
<p>Any content inside <code>wbr</code> elements must not be considered part of the surrounding
text.</p>

<p class="note">This element <a href="#bidireq">has rendering requirements involving the
bidirectional algorithm</a>.</p>
<pre class="example">var wbr = document.createElement("wbr");
wbr.textContent = "This is wrong";
document.body.appendChild(wbr);</pre>

<p class="note">This element <a href="#bidireq">has rendering requirements involving the
bidirectional algorithm</a>.</p>

</div>

Expand Down Expand Up @@ -117106,6 +117110,7 @@ INSERT INTERFACES HERE
Travis Leithead,
Trevor Saunders,
Tyler Close,
Veli Senol,
Victor Carbune,
Vipul Snehadeep Chawathe,
Vitya Muhachev,
Expand Down

0 comments on commit c8c2f78

Please sign in to comment.