Skip to content

Commit fd4e769

Browse files
committed
spec/css2.1/anton-lc-2010: deal with BOX issues
1 parent 2afa151 commit fd4e769

1 file changed

Lines changed: 29 additions & 17 deletions

File tree

spec/css2.1/anton-lc-2010.txt

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ Proposal was accepted and has now been edited into the spec.
6969
# An element with 'display:list-item' generates a principal box for
7070
# the element's content [...]
7171
s/box/block container box/
72-
73-
72+
73+
12.5 has been already edited to specify "principal block box", which is
74+
more correct.
75+
7476
BOX2) http://lists.w3.org/Archives/Public/www-style/2010Aug/0179.html
7577
(Issue 1)
7678

@@ -79,8 +81,10 @@ Proposal was accepted and has now been edited into the spec.
7981
tables are also block-level boxes which generate additional boxes.
8082

8183
Status: unfiled
82-
83-
84+
85+
Will add "e.g." to indicate that the list (of one 'list-item' ;) is not
86+
exhaustive. See Issue 271.
87+
8488
BOX3) http://lists.w3.org/Archives/Public/www-style/2010Jul/0439.html
8589
(first half)
8690

@@ -89,8 +93,10 @@ Proposal was accepted and has now been edited into the spec.
8993
9.2.1.1 (Anonymous block boxes). But precisely /which/ line boxes?
9094

9195
Status: unfiled
92-
93-
96+
97+
There doesn't seem to be an actual problem here, so not fixing. (There is
98+
some new wording here that should make it clearer, in any case.)
99+
94100
BOX4) http://lists.w3.org/Archives/Public/www-style/2010Aug/0036.html
95101
(Issue 3)
96102

@@ -99,8 +105,11 @@ Proposal was accepted and has now been edited into the spec.
99105
generation of anonymous boxes
100106

101107
Status: unfiled
102-
103-
108+
109+
The rules for generating anonymous boxes specify that the block-level
110+
box causing their generation must be in-flow, so the float doesn't
111+
cause a problem here.
112+
104113
BOX5) http://lists.w3.org/Archives/Public/www-style/2010Aug/0006.html
105114
(Issue 5)
106115

@@ -111,34 +120,37 @@ Proposal was accepted and has now been edited into the spec.
111120
which, containing C1 and C2, are anonymous).
112121

113122
Status: filed as Issue 179 but not correctly resolved
114-
115-
123+
124+
Reopened to make P's box not explained as "anonymous".
125+
116126
BOX6) http://lists.w3.org/Archives/Public/www-style/2010Jul/0438.html
117127
(Issue 2)
118128

119129
Lack of clarity about whether a block-level box generated by a
120130
pseudo-element is a principal box, and whether it's an anonymous box.
121131

122132
Status: unfiled
123-
124-
133+
134+
Between the text in 12.1, the new text in 5.12, and the lack of any implications in Chapter 9 that anonymous boxes are generated by pseudo-elements, I think it is clear that pseudo-elements, like real elements, generate principal boxes and not anonymous boxes.
135+
125136
BOX7) http://lists.w3.org/Archives/Public/www-style/2010Oct/0651.html
126137

127138
Problems with the containing block terminology throughout the spec
128139

129140
Status: unfiled
130-
131-
141+
142+
Could clarify by adding "The 'direction' property of a containing block is given by the 'direction' property of the element whose box(es) establish that containing block." But doesn't seem to be a point of confusion, so deferring to future versions.
143+
132144
BOX8) http://lists.w3.org/Archives/Public/www-style/2010Nov/0096.html
133145
(middle part)
134146

135147
Trivial editorial issues concerning box types in 17.4 (Tables in the
136148
visual formatting model)
137149

138150
Status: unfiled
139-
140-
141-
151+
152+
Could remove the quotes, but other than that it doesn't seem we need a change. (An inline-level block container /is/ an inline-block, so these two terms are exactly equivalent.)
153+
142154
Block formatting contexts
143155
===================================================================
144156

0 commit comments

Comments
 (0)