@@ -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