Skip to content

Commit 27bc46a

Browse files
committed
Fix markup error
1 parent d65ac90 commit 27bc46a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-text/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/01/28 01:27:35 $ (CVS $Revision$)</a> <!--<dd><a
93+
2011/01/30 22:01:29 $ (CVS $Revision$)</a> <!--<dd><a
9494
href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> -->
9595

9696

@@ -1395,7 +1395,7 @@ <h3 id=word-break><span class=secno>5.2. </span> Word Breaking Rules: the
13951395
presence of word separator characters still creates line-breaking
13961396
opportunities, as in Korean.
13971397

1398-
<dd><dfn id=keep-words
1398+
<dt><dfn id=keep-words
13991399
title="word-break:keep-words"><code>keep-words</code></dfn>
14001400

14011401
<dd>Lines may not break within words, even in <a

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ <h3 id="word-break">
944944
''normal''.
945945
This option is mostly used where the presence of word separator
946946
characters still creates line-breaking opportunities, as in Korean.</dd>
947-
<dd><dfn title="word-break:keep-words"><code>keep-words</code></dfn></dt>
947+
<dt><dfn title="word-break:keep-words"><code>keep-words</code></dfn></dt>
948948
<dd>Lines may not break within words, even in
949949
<a href="#block-scripts">block scripts</a> (which would require the use
950950
of a dictionary in languages such as Chinese and Japanese). This option

0 commit comments

Comments
 (0)