Skip to content

Commit 6d20fd7

Browse files
committed
[css2] fix issue 178 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402460
1 parent 0afb0dd commit 6d20fd7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/text.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.53 2006-05-09 13:52:30 fantasai Exp $ -->
3+
<!-- $Id: text.src,v 2.54 2006-05-09 14:01:15 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -424,13 +424,13 @@ pre[wrap] { white-space: pre-wrap }
424424

425425
<h3 id="white-space-model">The 'white-space' processing model</h3>
426426
<p>
427-
Any text that is directly contained inside a block (not inside an
428-
inline) should be treated as an anonymous inline element.
427+
Any text that is directly contained inside a block element (not inside an
428+
inline element) should be treated as an anonymous inline element.
429429
</p>
430430
<p>
431-
For each inline (including anonymous inlines), the following steps are
432-
performed, treating bidi formatting characters as if they were not
433-
there:
431+
For each inline element (including anonymous inlines elements), the
432+
following steps are performed, treating bidi formatting characters as if
433+
they were not there:
434434
</p>
435435
<ol>
436436
<li>

0 commit comments

Comments
 (0)