Skip to content

Commit 5106560

Browse files
committed
Close the <div class='issue'>.
1 parent e2cd0b4 commit 5106560

2 files changed

Lines changed: 608 additions & 1746 deletions

File tree

css-text-4/Overview.bs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
5959

6060
<dt><dfn>preserve</dfn>
6161
<dd>
62-
This value prevents user agents
63-
from collapsing sequences of white space.
62+
This value prevents user agents
63+
from collapsing sequences of white space.
6464
Line feeds are preserved as forced line breaks.
6565

6666
<dt><dfn>preserve-breaks</dfn>
@@ -76,7 +76,7 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
7676
</dl>
7777

7878
<div class="example">
79-
79+
8080
The following style rules implement MathML's white space processing:
8181

8282
<pre>
@@ -235,7 +235,7 @@ Example of using 'text-wrap: avoid' in presenting a footer</h4>
235235
<pre>
236236
footer { text-wrap: avoid; /* inherits to all descendants */ }
237237
</pre>
238-
238+
239239
and the following markup:
240240

241241
<pre>
@@ -252,15 +252,15 @@ Example of using 'text-wrap: avoid' in presenting a footer</h4>
252252
27th Internationalization and Unicode Conference &#8226;
253253
April 7, 2005 &#8226; Berlin, Germany
254254
</pre>
255-
255+
256256
or in a narrower window as
257257

258258
<pre>
259259
27th Internationalization and Unicode
260260
Conference &#8226; April 7, 2005 &#8226;
261261
Berlin, Germany
262262
</pre>
263-
263+
264264
but not as
265265

266266
<pre>
@@ -293,6 +293,7 @@ Last Line Minimum Length</h2>
293293

294294
People have requested word-based limits, but since this is really
295295
dependent on the length of the word, character-based is better.
296+
</div>
296297

297298
<h2 id="white-space-property">
298299
Shorthand for White Space and Wrapping: the 'white-space' property</h2>
@@ -475,7 +476,7 @@ Hyphenation Line Limits: the 'hyphenate-limit-lines' and 'hyphenate-limit-last'
475476
</div>
476477

477478
<div class=example>
478-
479+
479480
A paragraph may be formatted like this when 'hyphenate-limit-last: none' is set:
480481
<pre>
481482
This is just a
@@ -528,7 +529,7 @@ Character-based Alignment in a Table Column</h3>
528529
<pre>
529530
TD { text-align: "." center }
530531
</pre>
531-
532+
532533
will cause the column of dollar figures in the following HTML table:
533534

534535
<pre class="html-example">
@@ -866,7 +867,7 @@ Fullwidth Punctuation Collapsing</h4>
866867
Text Spacing Character Classes</h4>
867868

868869
In the context of this property the following definitions apply:
869-
870+
870871
Issue: Classes and Unicode code points need to be reviewed.
871872

872873
<dl>
@@ -981,7 +982,7 @@ Japanese Paragraph-start Conventions in CSS</h4>
981982
<div class="example">
982983
Japanese has three common start-edge typesetting schemes,
983984
which are distinguished by their handling of opening brackets.
984-
985+
985986
<div class="figure">
986987
<img src="opening-brackets-at-line-head.png"
987988
width="646" height="360"
@@ -996,7 +997,7 @@ Japanese Paragraph-start Conventions in CSS</h4>
996997
of the full em for paragraphs that begin with an opening bracket).">
997998
<p class="caption">Positioning of opening brackets at line head [[JLREQ]]
998999
</div>
999-
1000+
10001001
Assuming a UA style sheet of <code>p { margin: 1em 0; }</code>,
10011002
CSS can achieve the Japanese typesetting styles with the following rules:
10021003

@@ -1020,7 +1021,7 @@ Japanese Paragraph-start Conventions in CSS</h4>
10201021
text-spacing: normal;
10211022
}
10221023
</pre>
1023-
1024+
10241025
<li>
10251026
Brackets hang in indent, flush with other lines (third scheme):
10261027
<pre>

0 commit comments

Comments
 (0)