Skip to content

Commit 8d89bab

Browse files
committed
[css2] New computed values for top/left/etc., as per Oslo ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402156
1 parent 1ea42b4 commit 8d89bab

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

css2/properties/properties.db

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,11 @@ table-cell | table-caption | none | inherit;;
218218
no;;
219219
refer to height of containing block;;
220220
visual;;
221-
the percentage as specified or the absolute length; 0 if the property does not apply
221+
for 'position:relative', see section
222+
{visuren.html#relative-positioning}Relative
223+
Positioning.{} For 'position:static', 'auto'. Otherwise: if
224+
specified as a length, the corresponding absolute length; if
225+
specified as a percentage, the specified value; otherwise, 'auto'.
222226
*/
223227
/* bottom;;
224228
<length> | <percentage> | auto | inherit;;
@@ -227,7 +231,11 @@ table-cell | table-caption | none | inherit;;
227231
no;;
228232
refer to height of containing block;;
229233
visual;;
230-
the percentage as specified or the absolute length; 0 if the property does not apply
234+
for 'position:relative', see section
235+
{visuren.html#relative-positioning}Relative
236+
Positioning.{} For 'position:static', 'auto'. Otherwise: if
237+
specified as a length, the corresponding absolute length; if
238+
specified as a percentage, the specified value; otherwise, 'auto'.
231239
*/
232240
/* left;;
233241
<length> | <percentage> | auto | inherit;;
@@ -236,7 +244,12 @@ table-cell | table-caption | none | inherit;;
236244
no;;
237245
refer to width of containing block;;
238246
visual;;
239-
the percentage as specified or the absolute length; 0 if the property does not apply
247+
for 'position:relative', see section
248+
{visuren.html#relative-positioning}Relative
249+
Positioning.{} For 'position:static', 'auto'. Otherwise: if
250+
specified as a length, the corresponding absolute length; if
251+
specified as a percentage, the specified value; otherwise,
252+
'auto'.
240253
*/
241254
/* right;;
242255
<length> | <percentage> | auto | inherit;;
@@ -245,7 +258,12 @@ table-cell | table-caption | none | inherit;;
245258
no;;
246259
refer to width of containing block;;
247260
visual;;
248-
the percentage as specified or the absolute length; 0 if the property does not apply
261+
for 'position:relative', see section
262+
{visuren.html#relative-positioning}Relative
263+
Positioning.{} For 'position:static', 'auto'. Otherwise: if
264+
specified as a length, the corresponding absolute length; if
265+
specified as a percentage, the specified value; otherwise,
266+
'auto'.
249267
*/
250268

251269
/* z-index;;

0 commit comments

Comments
 (0)