Skip to content

Commit a27ae73

Browse files
committed
[css2] Issue 148
from http://wiki.csswg.org/spec/css2.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403040
1 parent a78b048 commit a27ae73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/sample.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.47 2008-08-18 19:17:49 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.48 2010-10-05 19:24:31 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Default style sheet for HTML 4</TITLE>
66
<!-- Changed by Kimberly Blessing, 2004-02-13 -->
@@ -35,7 +35,7 @@ frame, frameset,
3535
h1, h2, h3, h4,
3636
h5, h6, noframes,
3737
ol, p, ul, center,
38-
dir, hr, menu, pre { display: block }
38+
dir, hr, menu, pre { display: block; unicode-bidi: embed }
3939
li { display: list-item }
4040
head { display: none }
4141
table { display: table }

0 commit comments

Comments
 (0)