Skip to content

Commit eb6792d

Browse files
committed
[css2] update
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402657
1 parent 8b09d9b commit eb6792d

1 file changed

Lines changed: 43 additions & 6 deletions

File tree

css2/issues/issues-4

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,15 @@ Description:
590590

591591
Otherwise, we should add a note after that last sentence.
592592
Note: In CSS3 pauses are inserted around the cues and
593-
content rather than between them.
593+
content rather than between them. See [CSS3 Speech] for
594+
details.
594595

595596
Resolution:
596597

597-
=WG= Discuss.
598+
Tentative resolution to change CSS2.1's definition as
599+
described above.
600+
601+
=Bert= Edit.
598602
------------------------------------------------------------------------
599603
Issue 29.
600604
URI: http://lists.w3.org/Archives/Public/www-style/2007Mar/0004.html
@@ -605,7 +609,10 @@ Description:
605609

606610
Resolution:
607611

608-
=WG= Discuss.
612+
Add "Content that has been clipped does not cause overflow" to after
613+
"... outside the clipping region" in section 11.1.2
614+
615+
=Bert= Edit.
609616
------------------------------------------------------------------------
610617
Issue 30.
611618
URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2007JanMar/att-0376/MarginCollapsingSamples070302.htm
@@ -633,7 +640,7 @@ Description:
633640

634641
This creates a circular reference which makes the two rules contradictory.
635642

636-
Proposal:
643+
Original proposal from MS:
637644

638645
In 8.3.1, remove all 5 instances of the word 'clearance' (and whole sentences
639646
that are not needed without 'clearance')
@@ -643,6 +650,27 @@ Proposal:
643650
to 9.5.2 and 8.3.1. However since margin collapsing happens before
644651
clearance, it doesn't need to have clearance-related rules.
645652

653+
Alternate proposal from Hyatt:
654+
655+
Change the following in section 9.5.2:
656+
657+
"If the element's top border edge has not passed the relevant floats, then
658+
its clearance is set to the amount necessary to place the border edge of
659+
the block even with the bottom outer edge of the lowest float that must be
660+
cleared."
661+
662+
to:
663+
664+
"If the element's top border edge has not passed the relevant floats, then
665+
its clearance is set to the amount necessary to place the border edge of
666+
the block even with the bottom outer edge of the lowest float that must be
667+
cleared. The space consumed by the previous collapsed margins, the
668+
clearance, and the collapsed margins between the clearance and the border
669+
edge of the block cannot be less than the space that would have been
670+
consumed by all of the collapsed margins up to the border edge of the block
671+
if no clearance had occurred. The clearance is increased such that the two
672+
distances match when this situation occurs."
673+
646674
Resolution:
647675

648676
=WG= Discuss.
@@ -700,9 +728,18 @@ Description:
700728
page-break-inside on child can override parent, but the same isn't
701729
true of page-break-before/after
702730

703-
Proposal:
731+
Proposal 1:
732+
733+
Do nothing. Add a new value in CSS3.
734+
735+
Proposal 2:
736+
737+
Insert before the last "," in rule B: "and all the blocks contributing
738+
to the margin have a 'page-break-inside' value of 'avoid'"
704739

705740
Resolution:
706741

707-
=WG= Discuss.
742+
No change.
743+
744+
Issue closed.
708745
------------------------------------------------------------------------

0 commit comments

Comments
 (0)