Skip to content

Commit fbbf1b5

Browse files
committed
[css2] issue 156 (text-decoration changes)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402563
1 parent a8a3d92 commit fbbf1b5

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

css2/zindex.src

Lines changed: 19 additions & 4 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: zindex.src,v 2.13 2006-10-10 18:45:21 ihickson Exp $ -->
3+
<!-- $Id: zindex.src,v 2.14 2006-10-10 19:06:06 ihickson Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Elaborate description of Stacking Contexts</TITLE>
@@ -130,20 +130,35 @@ the 'z-index' property) is:</p>
130130
<li> border of element.
131131
<li> For inline elements:
132132
<ol>
133-
<li> underline of element.
134-
<li> overline of element.
135133
<li> For all the element's in-flow, non-positioned, inline-level
136134
children that are in this line box, and all
137135
runs of text inside the element that is on this line box,
138136
in tree order:
139137
<ol>
140138
<li> If this is a run of text, then:
141139
<ol>
140+
<li> any underlining affecting the text of the
141+
element, in tree order of the elements
142+
applying the underlining (such that the
143+
deepest element's underlining, if any, is
144+
painted topmost and the root element's
145+
underlining, if any, is drawn bottommost).
146+
<li> any overlining affecting the text of the
147+
element, in tree order of the elements
148+
applying the overlining (such that the
149+
deepest element's overlining, if any, is
150+
painted topmost and the root element's
151+
overlining, if any, is drawn bottommost).
142152
<li> the text.
153+
<li> any line-through affecting the text of the
154+
element, in tree order of the elements
155+
applying the line-through (such that the
156+
deepest element's line-through, if any, is
157+
painted topmost and the root element's
158+
line-through, if any, is drawn bottommost).
143159
</ol>
144160
<li> Otherwise, jump to 7.2.1 for that element.
145161
</ol>
146-
<li> line-through of element.
147162
</ol>
148163
For inline-block and inline-table elements:
149164
<ol>

0 commit comments

Comments
 (0)