Skip to content

Commit 5a7ace4

Browse files
committed
[css2] revert 189, page collapsing margins, media stuff
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402557
1 parent 0628794 commit 5a7ace4

1 file changed

Lines changed: 39 additions & 16 deletions

File tree

css2/issues/issues-3

Lines changed: 39 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Bert, 18-ui = Tantek, A-aural = Bert, C-changes = Bert, D-sample =
2323
howcome, G-grammar = Bert, F-propix = auto
2424

2525
OUTSTANDING ISSUES:
26-
Group has 2 outstanding issue
27-
howcome has 1 action
26+
Group has 0 outstanding issue
27+
howcome has 3 action (one of which doesn't block publication)
2828
Hixie has 2 actions (neither of which block publication)
29-
Bert has 5 actions
29+
Bert has 4 actions
3030
Tantek has 2 actions
3131
David has 1 action
3232

@@ -3861,16 +3861,20 @@ URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2006JulSep/0036.html
38613861
Description:
38623862
Ambiguity in interpreting max-height/max-width when either width or
38633863
height (but not both) is set.
3864-
Resolution:
3864+
Original proposal:
3865+
3866+
Change text in 10.4, so that constraint table applies as soon as
3867+
either width or height is auto, as follows: "However, for replaced
3868+
elements with an intrinsic ratio and at least one value of 'height'
3869+
or 'width' specified as 'auto', the algorithm is as follows:"
38653870

3866-
Change text in 10.4, so that constraint table applies as soon as
3867-
either width or height is auto, as follows: "However, for replaced
3868-
elements with an intrinsic ratio and at least one value of 'height'
3869-
or 'width' specified as 'auto', the algorithm is as follows:"
3871+
Plus analogous change in 10.7.
3872+
3873+
Resolution:
38703874

3871-
Plus analogous change in 10.7.
3875+
Revert the original change and then add clarifications.
38723876

3873-
=WG= Discuss.
3877+
Issue closed.
38743878
------------------------------------------------------------------------
38753879
Issue 190.
38763880
URI:
@@ -4021,15 +4025,35 @@ a page are zero (thus not only at a page break and not only the used
40214025
values.) I'm pretty sure 13.2.1 is wrong. It probably dates from before
40224026
the introduction of "used value."
40234027
Resolution:
4024-
=WG= Discuss.
4028+
Remove the redundant and incorrect sentence in 13.2.1 that reads:
4029+
"The computed value of box margins at the top or bottom of the page
4030+
area is zero."
4031+
=howcome= Edit.
40254032
------------------------------------------------------------------------
40264033
Issue 200.
40274034
Description:
4028-
@media without media types.
4029-
@media { }
4030-
Should it mean anything?
4035+
Hakon complains about issues-2:11.
40314036
Resolution:
4032-
=WG= Discuss.
4037+
4038+
Replace:
4039+
4040+
Unknown media type names must not result in the @media rule or
4041+
@import rule being ignored.
4042+
4043+
...with:
4044+
4045+
@media and @import rules with unknown media types are treated as if
4046+
the unknown media types are not present.
4047+
4048+
e.g. In the following snippet, the rule on the "p" element applies
4049+
to any UA that uses the 'screen' media type (even though the
4050+
'pineapple' type is not known).
4051+
4052+
@media screen, pineapple {
4053+
p { color: green; }
4054+
}
4055+
4056+
=howcome= Edit.
40334057
------------------------------------------------------------------------
40344058
Issue 201.
40354059
URI: http://www.w3.org/mid/546c6c1c0606251116p566e8660s1de12365b8cadc50@mail.gmail.com
@@ -4043,4 +4067,3 @@ Resolution:
40434067
Editorial.
40444068
=Bert= Edit.
40454069
------------------------------------------------------------------------
4046-
howcome would also like to talk about issues-2:11

0 commit comments

Comments
 (0)