Skip to content

Commit 588a183

Browse files
committed
[css2] inline -> inline-level
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401176
1 parent a83a1bd commit 588a183

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/intro.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.17 1998-03-14 00:37:33 ijacobs Exp $ -->
3+
<!-- $Id: intro.src,v 2.18 1998-03-14 23:38:42 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -194,7 +194,7 @@ which user agents don't know how to display.
194194
</PRE>
195195

196196
<P>To display this fragment in a document-like fashion, we must first
197-
declare which elements are inline (i.e., do not cause line breaks) and
197+
declare which elements are inline-level (i.e., do not cause line breaks) and
198198
which are block-level (i.e., cause line breaks).
199199

200200
<PRE class="example">

0 commit comments

Comments
 (0)