forked from w3c/csswg-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-positioning.txt
More file actions
38 lines (21 loc) · 1.19 KB
/
css3-positioning.txt
File metadata and controls
38 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
===== CSS3 Positioning =====
This page contains the issues that are not yet listed in the specification and the resolutions for issues that were in the spec. but got resolved.
===== Action Items =====
===== Issues =====
==== Issue 1: ====
Changing the positioning edge. Or changing the containing block.
There are issues with circular references. Need a way to handle this.
Original proposal: http://www.xanthir.com/blog/b48H0
Posponed discussion until TPAC
==== Issue 2: ====
Vertical centering using position.
Proposal from Tantek and Ian: http://lists.w3.org/Archives/Member/w3c-css-wg/2002JulSep/0296.html
Resolved: Proposal modified and added
==== Issue 3: ====
Need to add in logic to all the positioning logic to account for vertical layouts.
==== Issue 4: ====
z-index needs to account for CSS3-floats
Resolved: Handled in CSS Exclusions and Shapes
==== Issue 5: ====
The CSS3 Positioning module needs a section that explains exactly how *static position* is computed. As part of this definition the following should be added:
“The static position of any CSS 2.1 absolutely positioned element or exclusion element is determined without taking into consideration the wrapping context.”