Skip to content

Commit bc125e2

Browse files
committed
[css2] Added BR
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40864
1 parent 1021434 commit bc125e2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css2/sample.src

Lines changed: 5 additions & 3 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: sample.src,v 2.2 1998-02-10 22:27:52 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.3 1998-02-11 13:27:15 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -18,8 +18,8 @@ style sheet in their implementations.
1818

1919
<P>The full presentation of some HTML elements cannot be
2020
expressed in CSS2, including replaced elements (IMG, OBJECT),
21-
scripting elements (SCRIPT, APPLET), form control elements,
22-
frame elements, and BR.
21+
scripting elements (SCRIPT, APPLET), form control elements, and
22+
frame elements.
2323

2424
<!-- More detail about these elements needed here! -->
2525

@@ -198,6 +198,8 @@ CENTER {
198198
text-align: center;
199199
}
200200

201+
BR:before {content: "\A"}
202+
201203
LEGEND {
202204
font-size: 1em;
203205
line-height: 1.33em;

0 commit comments

Comments
 (0)