Skip to content

Commit

Permalink
Editorial: decode Serbo-Croatian example text
Browse files Browse the repository at this point in the history
Helps with whatwg#3683.
  • Loading branch information
edent authored and mustaqahmed committed Feb 15, 2019
1 parent b75296e commit 40e3ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18627,7 +18627,7 @@ interface <dfn>HTMLLIElement</dfn> : <span>HTMLElement</span> {
&lt;figcaption>The top 10 movies of all time&lt;/figcaption>
&lt;ol>
&lt;li value="10">&lt;cite>Josie and the Pussycats&lt;/cite>, 2001&lt;/li>
&lt;li value="9">&lt;cite lang="sh">&#x0426;&#x0440;&#x043d;&#x0430; &#x043c;&#x0430;&#x0447;&#x043a;&#x0430;, &#x0431;&#x0435;&#x043b;&#x0438; &#x043c;&#x0430;&#x0447;&#x043e;&#x0440;&lt;/cite>, 1998&lt;/li>
&lt;li value="9">&lt;cite lang="sh">Црна мачка, бели мачор&lt;/cite>, 1998&lt;/li>
&lt;li value="8">&lt;cite>A Bug's Life&lt;/cite>, 1998&lt;/li>
&lt;li value="7">&lt;cite>Toy Story&lt;/cite>, 1995&lt;/li>
&lt;li value="6">&lt;cite>Monsters, Inc&lt;/cite>, 2001&lt;/li>
Expand All @@ -18646,7 +18646,7 @@ interface <dfn>HTMLLIElement</dfn> : <span>HTMLElement</span> {
&lt;figcaption>The top 10 movies of all time&lt;/figcaption>
&lt;ol reversed>
&lt;li>&lt;cite>Josie and the Pussycats&lt;/cite>, 2001&lt;/li>
&lt;li>&lt;cite lang="sh">&#x0426;&#x0440;&#x043d;&#x0430; &#x043c;&#x0430;&#x0447;&#x043a;&#x0430;, &#x0431;&#x0435;&#x043b;&#x0438; &#x043c;&#x0430;&#x0447;&#x043e;&#x0440;&lt;/cite>, 1998&lt;/li>
&lt;li>&lt;cite lang="sh">Црна мачка, бели мачор&lt;/cite>, 1998&lt;/li>
&lt;li>&lt;cite>A Bug's Life&lt;/cite>, 1998&lt;/li>
&lt;li>&lt;cite>Toy Story&lt;/cite>, 1995&lt;/li>
&lt;li>&lt;cite>Monsters, Inc&lt;/cite>, 2001&lt;/li>
Expand Down

0 comments on commit 40e3ba1

Please sign in to comment.