|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Elaborate description of Stacking Contexts</TITLE> |
@@ -130,20 +130,35 @@ the 'z-index' property) is:</p> |
130 | 130 | <li> border of element. |
131 | 131 | <li> For inline elements: |
132 | 132 | <ol> |
133 | | -<li> underline of element. |
134 | | -<li> overline of element. |
135 | 133 | <li> For all the element's in-flow, non-positioned, inline-level |
136 | 134 | children that are in this line box, and all |
137 | 135 | runs of text inside the element that is on this line box, |
138 | 136 | in tree order: |
139 | 137 | <ol> |
140 | 138 | <li> If this is a run of text, then: |
141 | 139 | <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). |
142 | 152 | <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). |
143 | 159 | </ol> |
144 | 160 | <li> Otherwise, jump to 7.2.1 for that element. |
145 | 161 | </ol> |
146 | | -<li> line-through of element. |
147 | 162 | </ol> |
148 | 163 | For inline-block and inline-table elements: |
149 | 164 | <ol> |
|
0 commit comments