Skip to content

Commit 2080cc7

Browse files
committed
[css2] Accepted text about first-letter split over two elements, as per Oslo ftf
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402150
1 parent dfe9e49 commit 2080cc7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css2/selector.src

Lines changed: 5 additions & 6 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: selector.src,v 2.75 2003-08-24 21:54:50 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.76 2003-08-27 16:39:11 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -1224,11 +1224,10 @@ letter combinations. In Dutch, for example, if the letter combination
12241224
"ij" appears at the beginning of a word, both letters should be
12251225
considered within the :first-letter pseudo-element.
12261226

1227-
<p><ins>
1228-
If the letters that would form the first-letter are not in the
1229-
same element, such as "'t" in <code>&lt;p>'&lt;em>t...</code>, the UA
1230-
should not apply the first-letter.
1231-
</ins>
1227+
<p>If the letters that would form the first-letter are not in the same
1228+
element, such as "'T" in <code>&lt;p>'&lt;em>T...</code>, the UA may
1229+
create a first-letter pseudo-element from one of the elements, both
1230+
elements, or simply not create a pseudo-element.
12321231

12331232
<div class="example"><p>
12341233
<a name="overlapping-example">The following example</a> illustrates

0 commit comments

Comments
 (0)