Skip to content

Commit 488abe1

Browse files
committed
[css2] Changed some bidi comments
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401437
1 parent daa40f2 commit 488abe1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/sample.src

Lines changed: 3 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: sample.src,v 2.13 1998-03-23 13:18:30 howcome Exp $ -->
3+
<!-- $Id: sample.src,v 2.14 1998-04-04 00:27:42 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>
@@ -91,7 +91,7 @@ ABBR, ACRONYM { font-variant: small-caps; letter-spacing: 0.1em }
9191
A[href] { text-decoration: underline }
9292
:focus { outline: thin dotted invert }
9393

94-
/* For Unicode bidi */
94+
/* Begin bidirectionality settings (do not change) */
9595
BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override }
9696
BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
9797

@@ -105,6 +105,7 @@ NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER,
105105
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT,
106106
COL, COLGROUP, TD, TH, CAPTION
107107
{ unicode-bidi: embed }
108+
/* End bidi settings */
108109

109110
@media print {
110111
@page { margin: 10% }

0 commit comments

Comments
 (0)