Skip to content

Commit d42d4fd

Browse files
committed
[css-position] Mark Position as something that shouldn't be implemented in its current state.
1 parent 084bdfe commit d42d4fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-position/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Editor: Arron Eicholz, Microsoft, arronei@microsoft.com
1717
Abstract:This module contains the features of CSS level&nbsp;3 relating to positioning and stacking of elements. It includes and extends the functionality of CSS level&nbsp;2 ([[!CSS21]]), which builds on CSS level&nbsp;1 [[CSS1]]. The main extensions compared to level&nbsp;2 are the ability to position elements based on CSS Region boxes, the ability to specify different containing blocks for elements and sticky positioning. <p>Other kinds of layout, such as tables, "floating" boxes, ruby annotations, grid layouts, columns and basic handling of normal "flow" content, are described in other modules. Also, the layout of text inside each line is defined elsewhere.
1818
Ignored Terms: div, dl, dfn, attachment-type, attachment-top, attachment-right, attachment-bottom, attachment-left, attachment, scrolling box
1919
Link Defaults: css-transforms-1 (property) transform
20+
Warning: not ready
2021
</pre>
2122

2223
<style type="text/css">
@@ -1976,8 +1977,8 @@ Layered presentation</h2>
19761977

19771978
<dt><dfn>auto</dfn></dt>
19781979
<dd>
1979-
The stack level of the generated box in the current stacking context is 0.
1980-
If the box has 'position: fixed' or if it is the root, it also establishes a new stacking context.
1980+
The stack level of the generated box in the current stacking context is 0.
1981+
If the box has 'position: fixed' or if it is the root, it also establishes a new stacking context.
19811982
</dl>
19821983

19831984
In the following example, the stack levels of the boxes (named with their "id"

0 commit comments

Comments
 (0)